Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame^] | 1 | parameters: |
| 2 | salt: |
| 3 | master: |
| 4 | environment: |
| 5 | dev: |
| 6 | formula: |
| 7 | ceilometer: |
| 8 | source: git |
| 9 | address: 'https://github.com/openstack/salt-formula-ceilometer.git' |
| 10 | revision: ${_param:salt_master_environment_revision} |
| 11 | cinder: |
| 12 | source: git |
| 13 | address: 'https://github.com/openstack/salt-formula-cinder.git' |
| 14 | revision: ${_param:salt_master_environment_revision} |
| 15 | galera: |
| 16 | source: git |
| 17 | address: '${_param:salt_master_environment_repository}/salt-formula-galera.git' |
| 18 | revision: ${_param:salt_master_environment_revision} |
| 19 | glance: |
| 20 | source: git |
| 21 | address: 'https://github.com/openstack/salt-formula-glance.git' |
| 22 | revision: ${_param:salt_master_environment_revision} |
| 23 | glusterfs: |
| 24 | source: git |
| 25 | address: 'https://github.com/tcpcloud/salt-formula-glusterfs.git' |
| 26 | revision: ${_param:salt_master_environment_revision} |
| 27 | haproxy: |
| 28 | source: git |
| 29 | address: '${_param:salt_master_environment_repository}/salt-formula-haproxy.git' |
| 30 | revision: ${_param:salt_master_environment_revision} |
| 31 | heat: |
| 32 | source: git |
| 33 | address: 'https://github.com/openstack/salt-formula-heat.git' |
| 34 | revision: ${_param:salt_master_environment_revision} |
| 35 | horizon: |
| 36 | source: git |
| 37 | address: 'https://github.com/openstack/salt-formula-horizon.git' |
| 38 | revision: ${_param:salt_master_environment_revision} |
| 39 | keepalived: |
| 40 | source: git |
| 41 | address: '${_param:salt_master_environment_repository}/salt-formula-keepalived.git' |
| 42 | revision: ${_param:salt_master_environment_revision} |
| 43 | keystone: |
| 44 | source: git |
| 45 | address: 'https://github.com/openstack/salt-formula-keystone.git' |
| 46 | revision: ${_param:salt_master_environment_revision} |
| 47 | memcached: |
| 48 | source: git |
| 49 | address: '${_param:salt_master_environment_repository}/salt-formula-memcached.git' |
| 50 | revision: ${_param:salt_master_environment_revision} |
| 51 | mongodb: |
| 52 | source: git |
| 53 | address: '${_param:salt_master_environment_repository}/salt-formula-mongodb.git' |
| 54 | revision: ${_param:salt_master_environment_revision} |
| 55 | mysql: |
| 56 | source: git |
| 57 | address: '${_param:salt_master_environment_repository}/salt-formula-mysql.git' |
| 58 | revision: ${_param:salt_master_environment_revision} |
| 59 | murano: |
| 60 | source: git |
| 61 | address: '${_param:salt_master_environment_repository}/salt-formula-murano.git' |
| 62 | revision: ${_param:salt_master_environment_revision} |
| 63 | neutron: |
| 64 | source: git |
| 65 | address: 'https://github.com/openstack/salt-formula-neutron.git' |
| 66 | revision: ${_param:salt_master_environment_revision} |
| 67 | nginx: |
| 68 | source: git |
| 69 | address: '${_param:salt_master_environment_repository}/salt-formula-nginx.git' |
| 70 | revision: ${_param:salt_master_environment_revision} |
| 71 | nova: |
| 72 | source: git |
| 73 | address: 'https://github.com/openstack/salt-formula-nova.git' |
| 74 | revision: ${_param:salt_master_environment_revision} |
| 75 | opencontrail: |
| 76 | source: git |
| 77 | address: 'https://github.com/openstack/salt-formula-opencontrail.git' |
| 78 | revision: ${_param:salt_master_environment_revision} |
| 79 | python: |
| 80 | source: git |
| 81 | address: '${_param:salt_master_environment_repository}/salt-formula-python.git' |
| 82 | revision: ${_param:salt_master_environment_revision} |
| 83 | rabbitmq: |
| 84 | source: git |
| 85 | address: '${_param:salt_master_environment_repository}/salt-formula-rabbitmq.git' |
| 86 | revision: ${_param:salt_master_environment_revision} |
| 87 | supervisor: |
| 88 | source: git |
| 89 | address: '${_param:salt_master_environment_repository}/salt-formula-supervisor.git' |
| 90 | revision: ${_param:salt_master_environment_revision} |
| 91 | swift: |
| 92 | source: git |
| 93 | address: 'https://github.com/openstack/salt-formula-swift.git' |
| 94 | revision: ${_param:salt_master_environment_revision} |