azvyagintsev | 609d32f | 2019-01-17 13:47:01 +0200 | [diff] [blame] | 1 | # All commented params just for reference, should be auto-generated |
| 2 | # Actually all must be genertated but keep some uncommented for backward |
| 3 | # compatibility. |
| 4 | parameters: |
| 5 | _param: |
| 6 | # PostgreSQL |
| 7 | # postgresql_admin_user_password: <<CHANGEME>> |
| 8 | # postgresql_client_password: <<CHANGEME>> |
| 9 | # rundeck_db_user_password: <<CHANGEME>> |
| 10 | # sfdc_db_user_password: <<CHANGEME>> |
| 11 | # alertmanager_db_user_password: <<CHANGEME>> |
| 12 | # pushkin_db_user_password: <<CHANGEME>> |
| 13 | # postgresql_billometer_password: <<CHANGEME>> |
| 14 | # postgresql_graphite_password: <<CHANGEME>> |
| 15 | |
| 16 | # Opencontrail |
| 17 | opencontrail_identity_password: contrail123 |
| 18 | # opencontrail_stats_password: <<CHANGEME>> |
| 19 | opencontrail_message_queue_password: guest |
| 20 | |
| 21 | # RabbitMQ |
| 22 | # rabbitmq_monitor_password: <<CHANGEME>> |
| 23 | # rabbitmq_admin_password: <<CHANGEME>> |
| 24 | rabbitmq_guest_password: guest |
| 25 | # rabbitmq_billometer_password: <<CHANGEME>> |
| 26 | # rabbitmq_graphite_password: <<CHANGEME>> |
| 27 | # rabbitmq_cold_password: <<CHANGEME>> |
| 28 | # rabbitmq_secret_key: <<CHANGEME>> |
| 29 | |
| 30 | # Keepalived |
| 31 | # keepalived_k8s_apiserver_vip_password: <<CHANGEME>> |
| 32 | # keepalived_openstack_web_public_vip_password: <<CHANGEME>> |
| 33 | # keepalived_openstack_baremetal_password: <<CHANGEME>> |
| 34 | keepalived_openstack_telemetry_vip_password: password |
| 35 | # keepalived_openstack_manila_vip_password: <<CHANGEME>> |
| 36 | # keepalived_openstack_barbican_vip_password: <<CHANGEME>> |
| 37 | |
| 38 | # Jenkins |
| 39 | # jenkins_admin_password: <<CHANGEME>> |
| 40 | # jenkins_client_password: <<CHANGEME>> |
| 41 | # jenkins_security_ldap_manager_password: <<CHANGEME>> |
| 42 | # oss_jenkins_password: <<CHANGEME>> |
| 43 | |
| 44 | # Gerrit/LDAP |
| 45 | gerrit_ldap_bind_password: password |
| 46 | |
| 47 | # Docker |
| 48 | # keycloak_admin_password: <<CHANGEME>> |
| 49 | # kqueen_api_ldap_password: <<CHANGEME>> |
| 50 | # kqueen_credentials: |
| 51 | # kqueen_api_admin_password: <<CHANGEME>> |
| 52 | # pushkin_email_sender_password: <<CHANGEME>> |
| 53 | # sfdc_password: <<CHANGEME>> |
| 54 | |
| 55 | # Billometer |
| 56 | # keystone_billometer_password: <<CHANGEME>> |
| 57 | |
| 58 | # Nova |
| 59 | # metadata_password: <<CHANGEME>> |
sgarbuz | 112a5f7 | 2019-03-20 15:56:03 +0200 | [diff] [blame] | 60 | # nova_compute_ssh_public: <<CHANGEME>> |
| 61 | # nova_compute_ssh_private: <<CHANGEME>> |
| 62 | |
azvyagintsev | 609d32f | 2019-01-17 13:47:01 +0200 | [diff] [blame] | 63 | |
| 64 | # Grafana |
| 65 | # grafana_password: <<CHANGEME>> |
| 66 | # grafana_database_password: <<CHANGEME>> |
| 67 | |
| 68 | # Keystone |
| 69 | # keystone_admin_password: <<CHANGEME>> |
| 70 | # mysql_admin_password: <<CHANGEME>> |
| 71 | # mysql_keystone_password: <<CHANGEME>> |
| 72 | |
| 73 | # Kubernetes |
| 74 | kubernetes_openstack_provider_cloud_password: password |
| 75 | |
| 76 | # Galera |
| 77 | # galera_clustercheck_password: <<CHANGEME>> |
sgarbuz | 112a5f7 | 2019-03-20 15:56:03 +0200 | [diff] [blame] | 78 | |
| 79 | # Generic |
| 80 | # root_private_key: |
| 81 | # root_public_key: |
| 82 | |