Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1482757 Details for
Bug 1628233
openshift-ansible release-3.10 deployment fails on "Wait for all control plane pods to become ready"
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
inventory file
openshift-inventory.ini (text/plain), 3.20 KB, created by
Sergii Marynenko
on 2018-09-12 16:00:45 UTC
(
hide
)
Description:
inventory file
Filename:
MIME Type:
Creator:
Sergii Marynenko
Created:
2018-09-12 16:00:45 UTC
Size:
3.20 KB
patch
obsolete
># host group for masters >[masters] >testosmaster[1:3].xxxxx.xxxxxxx.com > ># host group for etcd >[etcd] >testosmaster[1:3].xxxxx.xxxxxxx.com > ># host group for infra nodes >[infras] >testosinfra[1:2].xxxxx.xxxxxxx.com > ># host group for worker nodes >[workers] >testosnode[1:3].xxxxx.xxxxxxx.com > ># Specify load balancer host >[lb] >testoslb1.xxxxx.xxxxxxx.com > ># host group for nodes, includes node group name >[nodes] >testosmaster[1:3].xxxxx.xxxxxxx.com openshift_node_group_name="node-config-master" >testosnode[1:3].xxxxx.xxxxxxx.com openshift_node_group_name="node-config-compute" >testosinfra[1:2].xxxxx.xxxxxxx.com openshift_node_group_name="node-config-infra" > ># Create an OSEv3 group that contains the master, nodes, etcd, and lb groups. ># The lb group lets Ansible configure HAProxy as the load balancing solution. ># Comment lb out if your load balancer is pre-configured. >[OSEv3:children] >masters >nodes >etcd >lb > >[linux:children] >OSEv3 > ># Set variables common for all OSEv3 hosts >[OSEv3:vars] >openshift_release="3.10" >openshift_deployment_type=origin >ansible_ssh_user=root >ansible_ssh_private_key_file=./test_key.pem > ># Disable some checks ># openshift_disable_check=memory_availability,disk_availability,docker_image_availability,package_version >openshift_disable_check=memory_availability,disk_availability > ># Authentication ># htpasswd auth >openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', 'challenge': 'true', 'kind': 'HTPasswdPasswordIdentityProvider'}] >#openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', 'challenge': 'true', 'kind': 'HTPasswdPasswordIdentityProvider', 'filename': '/etc/origin/master/htpasswd'}] > ># Defining htpasswd users ># Full path to .htpasswd file >openshift_master_htpasswd_file="/home/MUENCHEN/smarynenko/work/test/openshift/.htpasswd" > ># Cluster setting >openshift_master_cluster_method=native >openshift_master_cluster_hostname=testoslb1.xxxxx.xxxxxxx.com >openshift_master_cluster_public_hostname=testoslb1.xxxxx.xxxxxxx.com >#openshift_master_default_subdomain=openshift.xxxxx.xxxxxxx.com > ># Configure the multi-tenant SDN plugin (default is redhat/openshift-ovs-subnet) >#os_sdn_network_plugin_name='redhat/openshift-ovs-multitenant' > ># This variable enables rolling restarts of HA masters ># i.e., masters are taken down one at a time when ># upgrading/automated_upgrades.adoc#install-config-upgrading-automated-upgrades[running the upgrade playbook directly]. ># It defaults to services, which allows rolling restarts of services on the masters. ># It can instead be set to system, which enables rolling, full system restarts. >openshift_rolling_restart_mode=system > ># If you do not intend to use OpenShift Container Platform to manage the registry and router, ># configure the following Ansible settings: >openshift_hosted_manage_registry=false >openshift_hosted_manage_router=false > ># Set after error: "No package matching origin-docker-excluder-3.10** found available, installed or updated" >openshift_enable_docker_excluder=false > ># Enable cluster metrics and logging >openshift_metrics_install_metrics=true >openshift_metrics_server_install=true > ># github.com/openshift/origin/issues/19440 >#openshift_metrics_image_version="v3.9" > ># Enable cluster logging >openshift_logging_install_logging=true
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1628233
:
1482695
| 1482757