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 1471813 Details for
Bug 1610388
REGRESSION: Check Prerequites Playbook fails complaining about openshift_master_manage_htpasswd (which is not set)
[?]
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 Hosts file used a sinput
hosts (text/plain), 12.28 KB, created by
Wolfgang Kulhanek
on 2018-07-31 14:07:04 UTC
(
hide
)
Description:
Ansible Hosts file used a sinput
Filename:
MIME Type:
Creator:
Wolfgang Kulhanek
Created:
2018-07-31 14:07:04 UTC
Size:
12.28 KB
patch
obsolete
># ># /etc/ansible/hosts file for OpenShift Container Platform 3.10.14 ># > >[OSEv3:vars] > >########################################################################### >### Ansible Vars >########################################################################### >timeout=60 >ansible_ssh_user=ec2-user >ansible_become=yes > >########################################################################### >### OpenShift Basic Vars >########################################################################### >deployment_type=openshift-enterprise >oreg_url=example.com/openshift3/ose-${component}:${version} >openshift_examples_modify_imagestreams=true > ># containerized=false ># openshift_disable_check="disk_availability,memory_availability,docker_image_availability" > >openshift_use_crio=True >openshift_crio_use_rpm=True >openshift_crio_enable_docker_gc=True >openshift_crio_docker_gc_node_selector={'runtime': 'cri-o'} > >openshift_node_groups=[{'name': 'node-config-master', 'labels': ['node-role.kubernetes.io/master=true','runtime=cri-o']}, {'name': 'node-config-infra', 'labels': ['node-role.kubernetes.io/infra=true','runtime=cri-o']}, {'name': 'node-config-glusterfs', 'labels': 'runtime=cri-o']}, {'name': 'node-config-compute', 'labels': ['node-role.kubernetes.io/compute=true','runtime=cri-o'], 'edits': [{ 'key': 'kubeletArguments.pods-per-core','value': ['20']}]}] > > ># default project node selector >#osm_default_node_selector='env=users' ># openshift_hosted_infra_selector={"node-role.kubernetes.io/infra":"true"} ># openshift_hosted_infra_selector="env=infra" > ># Configure node kubelet arguments. pods-per-core is valid in OpenShift Origin 1.3 or OpenShift Container Platform 3.3 and later. ># openshift_node_kubelet_args={'pods-per-core': ['10'], 'max-pods': ['250'], 'image-gc-high-threshold': ['85'], 'image-gc-low-threshold': ['75']} > ># Configure logrotate scripts ># See: https://github.com/nickhammond/ansible-logrotate >logrotate_scripts=[{"name": "syslog", "path": "/var/log/cron\n/var/log/maillog\n/var/log/messages\n/var/log/secure\n/var/log/spooler\n", "options": ["daily", "rotate 7","size 500M", "compress", "sharedscripts", "missingok"], "scripts": {"postrotate": "/bin/kill -HUP `cat /var/run/syslogd.pid 2> /dev/null` 2> /dev/null || true"}}] > ># Necessary for 3.9.30+ ># oreg_url=registry.access.redhat.com/openshift3/ose-${component}:${version} ># openshift_examples_modify_imagestreams=true > >########################################################################### >### OpenShift CNS >########################################################################### > >openshift_master_dynamic_provisioning_enabled=True > ># CNS storage cluster ># From https://github.com/red-hat-storage/openshift-cic >openshift_storage_glusterfs_namespace=app-storage >openshift_storage_glusterfs_storageclass=true >openshift_storage_glusterfs_storageclass_default=true >openshift_storage_glusterfs_block_deploy=true >openshift_storage_glusterfs_block_host_vol_create=true >openshift_storage_glusterfs_block_host_vol_size=20 >openshift_storage_glusterfs_block_storageclass=true >openshift_storage_glusterfs_block_storageclass_default=false > ># Container image to use for glusterfs pods >#openshift_storage_glusterfs_image=registry.access.redhat.com/rhgs3/rhgs-server-rhel7 >#openshift_storage_glusterfs_version=v3.10 ># Container image to use for glusterblock-provisioner pod >#openshift_storage_glusterfs_block_image=registry.access.redhat.com/rhgs3/rhgs-gluster-block-prov-rhel7 >#openshift_storage_glusterfs_block_version=v3.10 > ># Container image to use for heketi pods >#openshift_storage_glusterfs_heketi_image=registry.access.redhat.com/rhgs3/rhgs-volmanager-rhel7 >#openshift_storage_glusterfs_heketi_version=v3.10 > ># Set this line to enable NFS >openshift_enable_unsupported_configurations=True > >########################################################################### >### OpenShift Cockpit Vars >########################################################################### > ># Enable cockpit >osm_use_cockpit=true >osm_cockpit_plugins=['cockpit-kubernetes'] > >########################################################################### >### OpenShift Master Vars >########################################################################### > >openshift_master_api_port=443 >openshift_master_console_port=443 > >openshift_master_cluster_method=native >openshift_master_cluster_hostname=master.wk310.example.opentlc.com >openshift_master_cluster_public_hostname=master.wk310.example.opentlc.com >openshift_master_default_subdomain=apps.wk310.example.opentlc.com >openshift_master_overwrite_named_certificates=True > >openshift_set_hostname=True > >########################################################################### >### OpenShift Network Vars >########################################################################### > >osm_cluster_network_cidr=10.1.0.0/16 >openshift_portal_net=172.30.0.0/16 > >#os_sdn_network_plugin_name='redhat/openshift-ovs-networkpolicy' >os_sdn_network_plugin_name='redhat/openshift-ovs-networkpolicy' > >########################################################################### >### OpenShift admission plugin config >########################################################################### > >########################################################################### >### OpenShift Authentication Vars >########################################################################### > >openshift_master_manage_htpasswd=False >openshift_master_ldap_ca_file=/root/ca.crt > >openshift_master_identity_providers='[{"bindDN": "uid=ose-mwl-auth,cn=users,cn=accounts,dc=opentlc,dc=com", "kind": "LDAPPasswordIdentityProvider", "name": "OpenTLC IPA", "bindPassword": "NB0b_jk3@I+;yY[w", "url": "ldaps://ipa1.opentlc.com:636/cn=users,cn=accounts,dc=opentlc,dc=com?uid", "insecure": false, "ca": "ipa-ca.crt", "attributes": {"email": ["mail"], "preferredUsername": ["uid"], "id": ["dn"], "name": ["cn"]}, "login": true, "challenge": true}]' > >########################################################################### >### OpenShift Metrics and Logging Vars >########################################################################### > ># Enable cluster metrics >######################## >openshift_metrics_install_metrics=True > >openshift_metrics_storage_kind=dynamic >openshift_metrics_storage_volume_size=20Gi >openshift_metrics_cassanda_pvc_storage_class_name='glusterfs-storage-block' > ># Should default to {"node-role.kubernetes.io/infra":"true"} ># openshift_metrics_cassandra_nodeselector={"node-role.kubernetes.io/infra":"true"} ># openshift_metrics_hawkular_nodeselector={"node-role.kubernetes.io/infra":"true"} ># openshift_metrics_heapster_nodeselector={"node-role.kubernetes.io/infra":"true"} > ># Store Metrics for 2 days >openshift_metrics_duration=2 > ># Add Prometheus Metrics: >######################### >openshift_hosted_prometheus_deploy=true ># openshift_prometheus_node_selector={"node-role.kubernetes.io/infra":"true"} >openshift_prometheus_namespace=openshift-metrics > ># Prometheus >openshift_prometheus_storage_kind=dynamic >openshift_prometheus_storage_class='glusterfs-storage-block' >openshift_prometheus_storage_volume_size=20Gi >openshift_prometheus_storage_access_modes=['ReadWriteOnce'] >openshift_prometheus_storage_volume_name=prometheus >openshift_prometheus_storage_type='pvc' > ># For prometheus-alertmanager >openshift_prometheus_alertmanager_storage_kind=dynamic >openshift_prometheus_alertmanager_storage_class=glusterfs-storage >openshift_prometheus_alertmanager_storage_access_modes=['ReadWriteOnce'] >openshift_prometheus_alertmanager_storage_volume_size=10Gi >openshift_prometheus_alertmanager_storage_volume_name=prometheus-alertmanager >openshift_prometheus_alertmanager_storage_type='pvc' > ># For prometheus-alertbuffer >openshift_prometheus_alertbuffer_storage_kind=dynamic >openshift_prometheus_alertbuffer_storage_class=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' > ># Suggested Quotas and limits for Prometheus components: >openshift_prometheus_memory_requests=2Gi >openshift_prometheus_cpu_requests=750m >openshift_prometheus_memory_limit=2Gi >openshift_prometheus_cpu_limit=750m >openshift_prometheus_alertmanager_memory_requests=300Mi >openshift_prometheus_alertmanager_cpu_requests=200m >openshift_prometheus_alertmanager_memory_limit=300Mi >openshift_prometheus_alertmanager_cpu_limit=200m >openshift_prometheus_alertbuffer_memory_requests=300Mi >openshift_prometheus_alertbuffer_cpu_requests=200m >openshift_prometheus_alertbuffer_memory_limit=300Mi >openshift_prometheus_alertbuffer_cpu_limit=200m ># The following file will need to be copied over to the bastion before deployment ># There is an example in ocp-workshop/files ># openshift_prometheus_additional_rules_file=/root/prometheus_alerts_rules.yml > ># Necessary for 3.9.25+ ># openshift_prometheus_node_exporter_image_version=v3.9 > ># Grafana ># openshift_grafana_node_selector={"node-role.kubernetes.io/infra":"true"} >openshift_grafana_storage_type=pvc >openshift_grafana_sc_name=glusterfs-storage >openshift_grafana_pvc_size=2Gi >openshift_grafana_node_exporter=true > ># Enable cluster logging >######################## >openshift_logging_install_logging=True > >openshift_logging_es_pvc_dynamic=true >openshift_logging_es_pvc_size=20Gi >openshift_logging_es_cluster_size=1 >openshift_logging_es_pvc_storage_class_name='glusterfs-storage-block' > >openshift_logging_es_cluster_size=1 >openshift_logging_curator_default_days=3 ># openshift_logging_curator_cpu_request=1 > ># openshift_logging_es_nodeselector={"node-role.kubernetes.io/infra":"true"} ># openshift_logging_kibana_nodeselector={"node-role.kubernetes.io/infra":"true"} ># openshift_logging_curator_nodeselector={"node-role.kubernetes.io/infra":"true"} > >########################################################################### >### OpenShift Router and Registry Vars >########################################################################### > >openshift_hosted_router_replicas=1 > >openshift_hosted_registry_replicas=1 >openshift_hosted_registry_pullthrough=true >openshift_hosted_registry_acceptschema2=true >openshift_hosted_registry_enforcequota=true > ># Registry AWS S3 ># S3 bucket must already exist. >openshift_hosted_registry_storage_kind=object >openshift_hosted_registry_storage_provider=s3 >openshift_hosted_registry_storage_s3_accesskey=AKIAIVZQIADRMUSGP2IQ >openshift_hosted_registry_storage_s3_secretkey=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 >openshift_hosted_registry_storage_s3_bucket=ocp-workshop-wk310 >openshift_hosted_registry_storage_s3_region=us-east-2 >openshift_hosted_registry_storage_s3_chunksize=26214400 >openshift_hosted_registry_storage_s3_rootdirectory=/registry > >########################################################################### >### OpenShift Service Catalog Vars >########################################################################### > >openshift_enable_service_catalog=true > >template_service_broker_install=true >openshift_template_service_broker_namespaces=['openshift'] > >ansible_service_broker_install=true >ansible_service_broker_local_registry_whitelist=['.*-apb$'] > >openshift_hosted_etcd_storage_kind=dynamic >openshift_hosted_etcd_storage_volume_name=etcd-asb >openshift_hosted_etcd_storage_access_modes=['ReadWriteOnce'] >openshift_hosted_etcd_storage_volume_size=10G > >########################################################################### >### OpenShift Hosts >########################################################################### >[OSEv3:children] >masters >etcd >nodes >nfs >glusterfs > >[masters] >master1.wk310.internal > >[etcd] >master1.wk310.internal > >[nodes] >## These are the masters >master1.wk310.internal openshift_node_group_name='node-config-master' > >## These are infranodes >infranode1.wk310.internal openshift_node_group_name='node-config-infra' > >## These are regular nodes >node1.wk310.internal openshift_node_group_name='node-config-compute' >node2.wk310.internal openshift_node_group_name='node-config-compute' > >## These are glusterfs nodes >support1.wk310.internal openshift_node_group_name='node-config-glusterfs' >support2.wk310.internal openshift_node_group_name='node-config-glusterfs' >support3.wk310.internal openshift_node_group_name='node-config-glusterfs' > >[nfs] >support1.wk310.internal > >[glusterfs] >support1.wk310.internal glusterfs_zone=1 glusterfs_devices='["/dev/xvdc"]' >support2.wk310.internal glusterfs_zone=2 glusterfs_devices='["/dev/xvdc"]' >support3.wk310.internal glusterfs_zone=3 glusterfs_devices='["/dev/xvdc"]'
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 1610388
: 1471813