Created
April 6, 2017 08:05
-
-
Save yeshess/b7fe14543ed571ad410c3563ccda9e15 to your computer and use it in GitHub Desktop.
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
kubernetes_master_host: | |
type: cloudify.openstack.nodes.Server | |
properties: | |
agent_config: | |
<<: *agent_config | |
image: { get_input: image } | |
flavor: { get_input: flavor } | |
relationships: | |
- target: kubernetes_security_group | |
type: cloudify.openstack.server_connected_to_security_group | |
- type: cloudify.openstack.server_connected_to_floating_ip | |
target: kubernetes_master_ip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment