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 1452819 Details for
Bug 1592672
docker-registry not deploying because installer failing to label nodes with region in 3.10.1-1
[?]
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.
ansible inventory
hosts (text/plain), 14.01 KB, created by
Nicholas Schuetz
on 2018-06-19 06:20:48 UTC
(
hide
)
Description:
ansible inventory
Filename:
MIME Type:
Creator:
Nicholas Schuetz
Created:
2018-06-19 06:20:48 UTC
Size:
14.01 KB
patch
obsolete
>[OSEv3:children] >masters >nodes >new_nodes >etcd >lb >glusterfs > >## Set variables common for all OSEv3 hosts >[OSEv3:vars] >openshift_deployment_type=openshift-enterprise >#openshift_deployment_type=origin >#containerized=true >#openshift_enable_unsupported_configurations=True > >##internal image repos >##openshift_additional_repos=[{'id': 'ose-devel', 'name': 'rhaos-3.9', 'baseurl': 'http://repo.home.nicknach.net/repo/rhaos-3.9', 'enabled': 1, 'gpgcheck': 0}] >##openshift_docker_insecure_registries=repo.home.nicknach.net >openshift_docker_additional_registries=repo.home.nicknach.net >openshift_docker_blocked_registries=registry.access.redhat.com,docker.io >oreg_url=repo.home.nicknach.net/openshift3/ose-${component}:${version} >openshift_examples_modify_imagestreams=true > >openshift_additional_ca=/etc/pki/ca-trust/source/anchors/repo.home.nicknach.net.crt > >## disable checks >openshift_disable_check=disk_availability,docker_storage,memory_availability,docker_image_availability,package_availability,package_version > >## cluster stuff (uncomment for multi-master mode) >openshift_master_cluster_method=native >openshift_master_cluster_hostname=api.ocp.nicknach.net >openshift_master_cluster_public_hostname=console.ocp.nicknach.net > >## release ver >#openshift_release=v3.10.1 >#openshift_image_tag=v3.10.1 > >## enable ntp >#openshift_clock_enabled=false > >## disable template imports >#openshift_install_examples=false > >## If ansible_ssh_user is not root, ansible_sudo must be set to true >ansible_ssh_user=root >#ansible_ssh_user=cloud-user >#ansible_sudo=true >#ansible_become=yes > >## authentication stuff >## htpasswd file auth >#openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', 'challenge': 'true', 'kind': 'HTPasswdPasswordIdentityProvider'}] >#openshift_master_htpasswd_users={'testuser':'$apr1$azF6n0fo$khEfbcGI6TiDYtv3gaOLm0'} > >## ldap auth (AD) >#openshift_master_identity_providers=[{"name":"NNWIN","challenge":true,"login":true,"kind":"LDAPPasswordIdentityProvider","attributes":{"id":["dn"],"email":["mail"],"name":["cn"],"preferredUsername":["sAMAccountName"]},"bindDN":"CN=SVC-nn-ose,OU=SVC,OU=FNA,DC=nnwin,DC=ad,DC=nncorp,DC=com","bindPassword":"<REDACTED>","insecure":true,"url":"ldap://uswin.nicknach.com:389/DC=uswin,DC=ad,DC=nncorp,DC=com?sAMAccountName?sub"}] >#openshift_master_ldap_ca_file=/etc/ssl/certs/NNWINDC_Cert_Chain.pem > >## ldap auth (IPA) >openshift_master_identity_providers=[{"name":"myipa","challenge":true,"login":true,"kind":"LDAPPasswordIdentityProvider","attributes":{"id":["dn"],"email":["mail"],"name":["cn"],"preferredUsername":["uid"]},"bindDN":"","bindPassword":"","ca":"my-ldap-ca-bundle.crt","insecure":false,"url":"ldap://gw.home.nicknach.net/cn=users,cn=accounts,dc=home,dc=nicknach,dc=net?uid"}] >openshift_master_ldap_ca_file=~/my-ldap-ca-bundle.crt > >#openshift_master_named_certificates=[{"certfile": "/etc/origin/master/ocp.nicknach.net.crt", "keyfile": "/etc/origin/master/ocp.nicknach.net.key", "names": ["console.ocp.nicknach.net"]}] >#openshift_master_overwrite_named_certificates=false > >### everything on nfs >## registry >#openshift_hosted_registry_storage_kind=nfs >#openshift_hosted_registry_storage_access_modes=['ReadWriteMany'] >#openshift_hosted_registry_storage_host=storage.home.nicknach.net >#openshift_hosted_registry_storage_nfs_directory=/data/openshift/enterprise >##openshift_hosted_registry_storage_nfs_options='*(rw,root_squash,sync,no_wdelay)' >#openshift_hosted_registry_storage_volume_name=docker-registry >#openshift_hosted_registry_storage_volume_size=50Gi >## etcd >#openshift_hosted_etcd_storage_kind=nfs >#openshift_hosted_etcd_storage_access_modes=["ReadWriteOnce"] >#openshift_hosted_etcd_storage_host=storage.home.nicknach.net >#openshift_hosted_etcd_storage_nfs_directory=/data/openshift/enterprise >##openshift_hosted_etcd_storage_nfs_options="*(rw,root_squash,sync,no_wdelay)" >#openshift_hosted_etcd_storage_volume_name=etcd >#openshift_hosted_etcd_storage_volume_size=1Gi >#openshift_hosted_etcd_storage_labels={'storage':'etcd'} >## logging >#openshift_logging_install_logging=true >#openshift_logging_storage_kind=nfs >#openshift_logging_storage_access_modes=['ReadWriteOnce'] >#openshift_logging_storage_host=storage.home.nicknach.net >#openshift_logging_storage_nfs_directory=/data/openshift/enterprise >##openshift_logging_storage_nfs_options='*(rw,root_squash,sync,no_wdelay)' >#openshift_logging_storage_volume_name=logging >#openshift_logging_storage_volume_size=10Gi >#openshift_logging_storage_labels={'storage':'logging'} >#openshift_logging_es_pv_selector=region=infra >## metrics >#openshift_metrics_install_metrics=true >#openshift_metrics_storage_kind=nfs >#openshift_metrics_storage_access_modes=['ReadWriteOnce'] >#openshift_metrics_storage_host=storage.home.nicknach.net >#openshift_metrics_storage_nfs_directory=/data/openshift/enterprise >##openshift_metrics_storage_nfs_options='*(rw,root_squash,sync,no_wdelay)' >#openshift_metrics_storage_volume_name=metrics >#openshift_metrics_storage_volume_size=20Gi >#openshift_metrics_storage_labels={'storage':'metrics'} >#openshift_metrics_hawkular_nodeselector={'region':'infra'} >#openshift_metrics_heapster_nodeselector={'region':'infra'} >#openshift_metrics_cassandra_nodeselector={'region':'infra'} >## prometheus >#openshift_hosted_prometheus_deploy=true >#openshift_prometheus_storage_kind=nfs >#openshift_prometheus_storage_access_modes=['ReadWriteOnce'] >#openshift_prometheus_storage_host=storage.home.nicknach.net >#openshift_prometheus_storage_nfs_directory=/data/openshift/enterprise >##openshift_prometheus_storage_nfs_options='*(rw,root_squash,sync,no_wdelay)' >#openshift_prometheus_storage_volume_name=prometheus >#openshift_prometheus_storage_volume_size=20Gi >#openshift_prometheus_storage_labels={'storage':'prometheus'} >#openshift_prometheus_storage_type='pvc' >## prometheus-alertmanager >#openshift_prometheus_alertmanager_storage_kind=nfs >#openshift_prometheus_alertmanager_storage_access_modes=['ReadWriteOnce'] >#openshift_prometheus_alertmanager_storage_host=storage.home.nicknach.net >#openshift_prometheus_alertmanager_storage_nfs_directory=/data/openshift/enterprise >##openshift_prometheus_alertmanager_storage_nfs_options='*(rw,root_squash,sync,no_wdelay)' >#openshift_prometheus_alertmanager_storage_volume_name=prometheus-alertmanager >#openshift_prometheus_alertmanager_storage_volume_size=21Gi >#openshift_prometheus_alertmanager_storage_labels={'storage':'prometheus-alertmanager'} >#openshift_prometheus_alertmanager_storage_type='pvc' >## prometheus-alertbuffer >#openshift_prometheus_alertbuffer_storage_kind=nfs >#openshift_prometheus_alertbuffer_storage_access_modes=['ReadWriteOnce'] >#openshift_prometheus_alertbuffer_storage_host=storage.home.nicknach.net >#openshift_prometheus_alertbuffer_storage_nfs_directory=/data/openshift/enterprise >##openshift_prometheus_alertbuffer_storage_nfs_options='*(rw,root_squash,sync,no_wdelay)' >#openshift_prometheus_alertbuffer_storage_volume_name=prometheus-alertbuffer >#openshift_prometheus_alertbuffer_storage_volume_size=22Gi >#openshift_prometheus_alertbuffer_storage_labels={'storage':'prometheus-alertbuffer'} >#openshift_prometheus_alertbuffer_storage_type='pvc' > ># everything on cns >openshift_storage_glusterfs_namespace=glusterfs >openshift_storage_glusterfs_name=storage >openshift_storage_glusterfs_heketi_wipe=true >openshift_storage_glusterfs_wipe=true >openshift_storage_glusterfs_storageclass_default=true >openshift_storage_glusterfs_block_storageclass=true >openshift_storage_glusterfs_block_host_vol_size=50 >## registry >openshift_hosted_manage_registry=true >openshift_hosted_registry_storage_kind=glusterfs >openshift_hosted_registry_storage_volume_size=25Gi >openshift_hosted_registry_selector='region=infra' >openshift_master_dynamic_provisioning_enabled=true >## etcd >openshift_hosted_etcd_storage_kind=dynamic >openshift_hosted_etcd_storage_volume_name=etcd-vol2 >openshift_hosted_etcd_storage_access_modes=["ReadWriteOnce"] >openshift_hosted_etcd_storage_volume_size=10Gi >## asb >ansible_service_broker_local_registry_whitelist=['.*-apb$'] >## logging >openshift_logging_install_logging=true >openshift_logging_es_pvc_dynamic=true >openshift_logging_es_pvc_size=10Gi >openshift_logging_es_pvc_storage_class_name=glusterfs-storage-block >openshift_logging_curator_nodeselector={'region':'infra'} >openshift_logging_es_nodeselector={'region':'infra'} >openshift_logging_kibana_nodeselector={'region':'infra'} >#openshift_logging_es_memory_limit=4G >## legacy metrics >openshift_metrics_install_metrics=true >openshift_metrics_cassandra_storage_type=dynamic >openshift_metrics_cassandra_pvc_size=10Gi >openshift_metrics_cassanda_pvc_storage_class_name=glusterfs-storage-block >openshift_metrics_hawkular_nodeselector={'region':'infra'} >openshift_metrics_heapster_nodeselector={'region':'infra'} >openshift_metrics_cassandra_nodeselector={'region':'infra'} >## prometheus metrics and alerting >openshift_hosted_prometheus_deploy=true >openshift_prometheus_namespace=openshift-metrics >openshift_prometheus_node_selector={'region':'infra'} >openshift_prometheus_storage_access_modes=['ReadWriteOnce'] >openshift_prometheus_storage_volume_name=prometheus >openshift_prometheus_storage_volume_size=10Gi >openshift_prometheus_storage_type='pvc' >openshift_prometheus_sc_name="glusterfs-storage" >openshift_prometheus_alertmanager_storage_access_modes=['ReadWriteOnce'] >openshift_prometheus_alertmanager_storage_volume_name=prometheus-alertmanager >openshift_prometheus_alertmanager_storage_volume_size=10Gi >openshift_prometheus_alertmanager_storage_type='pvc' >openshift_prometheus_alertmanager_sc_name="glusterfs-storage" >openshift_prometheus_alertbuffer_storage_access_modes=['ReadWriteOnce'] >openshift_prometheus_alertbuffer_storage_volume_name=prometheus-alertbuffer >openshift_prometheus_alertbuffer_storage_volume_size=10Gi >openshift_prometheus_alertbuffer_storage_type='pvc' >openshift_prometheus_alertbuffer_sc_name="glusterfs-storage" > >## CNS for apps only (no infra) >#openshift_storage_glusterfs_namespace=app-storage >#openshift_storage_glusterfs_storageclass=true > >## cloud provider configs >## AWS >#openshift_clusterid=clusterid >#openshift_cloudprovider_kind=aws >#openshift_cloudprovider_aws_access_key= >#openshift_cloudprovider_aws_secret_key= >## GCE >#openshift_cloudprovider_kind=gce >## Openstack >#openshift_cloudprovider_kind=openstack >#openshift_cloudprovider_openstack_auth_url=https://controller.home.nicknach.com:35357/v2.0 >#openshift_cloudprovider_openstack_username=svc-openshift-np >#openshift_cloudprovider_openstack_password=kX7mE10dkX7mE10d >#openshift_cloudprovider_openstack_tenant_id=f741ba7204ec47c9886c050891dd592e >#openshift_cloudprovider_openstack_tenant_name=nn-dev >#openshift_cloudprovider_openstack_region=RegionOne >#openshift_cloudprovider_openstack_lb_subn > >## set the router region >#openshift_hosted_manage_router=true >#openshift_hosted_router_selector=region=infra > >## domain stuff >openshift_master_default_subdomain=apps.ocp.nicknach.net > >## network stuff >#os_sdn_network_plugin_name='redhat/openshift-ovs-multitenant' ># set these if you are behind a proxy >#openshift_http_proxy=http://192.168.0.254:3128 >#openshift_https_proxy=http://192.168.0.254:3128 >#openshift_no_proxy= > >## use these if there is a conflict with the docker bridge and/or SDN networks >#osm_cluster_network_cidr=10.129.0.0/14 >#openshift_portal_net=172.31.0.0/16 > >## use these if you want to switch the console/api port to something other that 8443 >#openshift_master_public_api_url=https://api.ocp.nicknach.net:443 >#openshift_master_public_console_url=https://console.ocp.nicknach.net:443/console >#openshift_master_api_port=443 >#openshift_master_console_port=443 > >## adjust max pods for scale testing >#openshift_node_kubelet_args={'pods-per-core': ['15'], 'max-pods': ['500'], 'image-gc-high-threshold': ['85'], 'image-gc-low-threshold': ['80']} >## adjust scheduler and pod eviction timout for application HA >#osm_controller_args={'node-monitor-period': ['2s'], 'node-monitor-grace-period': ['16s'], 'pod-eviction-timeout': ['30s']} >#osm_controller_args={'resource-quota-sync-period': ['10s']} > >## load balancer >[lb] >lb.ocp.nicknach.net > >## host group for etcd (uncomment for multi-master) >[etcd] >master01.ocp.nicknach.net >master02.ocp.nicknach.net >master03.ocp.nicknach.net > >## host group for masters >[masters] >master01.ocp.nicknach.net >master02.ocp.nicknach.net >master03.ocp.nicknach.net >## if you want to change the console's hostname on a single master cluster >## openshift_public_hostname=console.openshiftdemo.com > >[nodes] >master01.ocp.nicknach.net openshift_node_labels="{'region': 'masters', 'zone': 'a', 'role': 'master'}" openshift_node_group_name="node-config-master" openshift_schedulable=true >master02.ocp.nicknach.net openshift_node_labels="{'region': 'masters', 'zone': 'b', 'role': 'master'}" openshift_node_group_name="node-config-master" openshift_schedulable=true >master03.ocp.nicknach.net openshift_node_labels="{'region': 'masters', 'zone': 'c', 'role': 'master'}" openshift_node_group_name="node-config-master" openshift_schedulable=true >infra01.ocp.nicknach.net openshift_node_labels="{'region': 'infra', 'zone': 'a', 'role': 'infra'}" openshift_node_group_name="node-config-infra" openshift_schedulable=true >infra02.ocp.nicknach.net openshift_node_labels="{'region': 'infra', 'zone': 'b', 'role': 'infra'}" openshift_node_group_name="node-config-infra" openshift_schedulable=true >infra03.ocp.nicknach.net openshift_node_labels="{'region': 'infra', 'zone': 'c', 'role': 'infra'}" openshift_node_group_name="node-config-infra" openshift_schedulable=true >node01.ocp.nicknach.net openshift_node_labels="{'region': 'primary', 'zone': 'a', 'role': 'compute'}" openshift_node_group_name="node-config-compute" openshift_schedulable=true >node02.ocp.nicknach.net openshift_node_labels="{'region': 'primary', 'zone': 'b', 'role': 'compute'}" openshift_node_group_name="node-config-compute" openshift_schedulable=true >node03.ocp.nicknach.net openshift_node_labels="{'region': 'primary', 'zone': 'c', 'role': 'compute'}" openshift_node_group_name="node-config-compute" openshift_schedulable=true > >## if using gluster (Container Native Storage) >[glusterfs] >infra01.ocp.nicknach.net glusterfs_devices='[ "/dev/vdc" ]' >infra02.ocp.nicknach.net glusterfs_devices='[ "/dev/vdc" ]' >infra03.ocp.nicknach.net glusterfs_devices='[ "/dev/vdc" ]' > >[new_nodes] >## hold for use when adding new nodes > >
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 1592672
: 1452819 |
1452820