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 1483570 Details for
Bug 1629394
deploy_cluster playbook fails on openshift_node/tasks/config.yml execution
[?]
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 fixed
dev_hosts_fixed (text/plain), 1.52 KB, created by
Jurijs Kolomijecs
on 2018-09-15 18:42:18 UTC
(
hide
)
Description:
inventory file fixed
Filename:
MIME Type:
Creator:
Jurijs Kolomijecs
Created:
2018-09-15 18:42:18 UTC
Size:
1.52 KB
patch
obsolete
># Create an OSEv3 group that contains the masters and nodes groups >[OSEv3:children] >masters >nodes >etcd > ># Set variables common for all OSEv3 hosts >[OSEv3:vars] ># SSH user, this user should allow ssh based auth without requiring a password >ansible_ssh_user=jurikolo > ># If ansible_ssh_user is not root, ansible_sudo must be set to true >ansible_sudo=true > ># If ansible_ssh_user is not root, ansible_become must be set to true >ansible_become=true > >deployment_type=origin > >openshift_disable_check=memory_availability,disk_availability,docker_storage,docker_image_availability,memory_availability > ># uncomment the following to enable htpasswd authentication; defaults to AllowAllPasswordIdentityProvider >openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', 'challenge': 'true', 'kind': 'HTPasswdPasswordIdentityProvider'}] > ># host group for masters >[masters] >#40.85.82.159 openshift_public_ip=40.85.82.159 openshift_ip=10.0.0.5 openshift_public_hostname=40.85.82.159 openshift_hostname=openshift-1 >40.85.82.159 openshift_public_ip=40.85.82.159 openshift_ip=10.0.0.5 openshift_hostname=openshift-1 > ># host group for etcd >[etcd] >#40.85.82.159 openshift_public_ip=40.85.82.159 openshift_ip=10.0.0.5 openshift_public_hostname=40.85.82.159 openshift_hostname=openshift-1 >40.85.82.159 openshift_public_ip=40.85.82.159 openshift_ip=10.0.0.5 openshift_hostname=openshift-1 > ># host group for nodes, includes region info >[nodes] >40.85.82.159 openshift_node_group_name='node-config-master' >40.87.134.175 openshift_node_group_name='node-config-compute'
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 1629394
:
1483564
|
1483565
|
1483566
| 1483570