This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| heat_template_version: 2013-05-23 | |
| resources: | |
| volume: | |
| type: OS::Cinder::Volume | |
| properties: | |
| size: 1 | |
| volume_attachment: | |
| type: OS::Cinder::VolumeAttachment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| heat_template_version: 2013-05-23 | |
| resources: | |
| rg: | |
| type: OS::Heat::ResourceGroup | |
| properties: | |
| count: 5 | |
| resource_def: {type: server_with_volume.yaml} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| resource_registry: | |
| My::Server::WithVolume: server_with_volume.yaml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| heat_template_version: 2013-05-23 | |
| resources: | |
| rg: | |
| type: OS::Heat::ResourceGroup | |
| properties: | |
| count: 5 | |
| resource_def: {type: My::Server:WithVolume} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ENABLED_SERVICES+=,heat,h-api,h-api-cfn,h-api-cw,h-eng | |
| CEILOMETER_BACKEND=mongo | |
| enable_service ceilometer-acompute ceilometer-acentral ceilometer-collector ceilometer-api | |
| enable_service ceilometer-alarm-notifier ceilometer-alarm-evaluator | |
| enable_service c-bak | |
| enable_service t-api | |
| DATABASE_PASSWORD=password | |
| RABBIT_PASSWORD=password | |
| SERVICE_TOKEN=password |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| heat_template_version: 2013-05-23 | |
| resources: | |
| random: | |
| type: OS::Heat::RandomString |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Resoure Chain testing |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| version: '2.0' | |
| test_nodes_with_profile: | |
| description: Find nodes with a specific profile tag | |
| input: | |
| - profile: test | |
| tasks: | |
| get_available_nodes: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"update_identifier": "1500495964", "bootstrap_server_id": "ffdc8a8d-2db2-4851-89cc-5f10a052e356", "deploy_resource_name": "0", "role_data": "{\"config_settings\": {}, \"docker_config\": {\"step_1\": {\"memcached\": {\"command\": [\"/bin/bash\", \"-c\", \"source /etc/sysconfig/memcached; /usr/bin/memcached -p ${PORT} -u ${USER} -m ${CACHESIZE} -c ${MAXCONN} $OPTIONS\"], \"image\": \"192.168.1.16:8787/tripleoupstream/centos-binary-memcached:latest\", \"net\": \"host\", \"privileged\": false, \"restart\": \"always\", \"start_order\": 1, \"volumes\": [\"/etc/hosts:/etc/hosts:ro\", \"/etc/localtime:/etc/localtime:ro\", \"/etc/puppet:/etc/puppet:ro\", \"/etc/pki/ca-trust/extracted:/etc/pki/ca-trust/extracted:ro\", \"/etc/pki/tls/certs/ca-bundle.crt:/etc/pki/tls/certs/ca-bundle.crt:ro\", \"/etc/pki/tls/certs/ca-bundle.trust.crt:/etc/pki/tls/certs/ca-bundle.trust.crt:ro\", \"/etc/pki/tls/cert.pem:/etc/pki/tls/cert.pem:ro\", \"/dev/log:/dev/log\", \"/etc/ssh/ssh_known_hosts:/etc/ssh/ssh_known_hosts:ro\", \"/var/lib/c |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: v1 | |
| baseDomain: test.metalkube.org | |
| networking: | |
| networkType: OVNKubernetes | |
| machineCIDR: fd2e:6f44:5dd8:c956::/120 | |
| clusterNetwork: | |
| - cidr: fd01::/48 | |
| hostPrefix: 64 | |
| serviceNetwork: | |
| - fd02::/112 |
OlderNewer