Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ilyash/6244af88196cf1ad7bca to your computer and use it in GitHub Desktop.
Save ilyash/6244af88196cf1ad7bca to your computer and use it in GitHub Desktop.
Cloudify Chef Plugin - client node example
- name: chef_node_one
type: cloudify.types.chef.db_server
properties:
chef_config:
version: 11.10.4-1
chef_server_url: https://chef.example.com:443
validation_client_name: chef-validator
validation_key: "-----BEGIN RSA PRIVATE KEY-----\n.......\n-----END RSA PRIVATE KEY-----\n"
node_name_prefix: chef-node-
node_name_suffix: .chef.example.com
environment: _default
attributes:
test_attr_1: test_val_1
create_file:
file_name: /tmp/blueprint.txt
file_contents: Great success!
runlists:
create: recipe[create-file]
relationships:
- type: cloudify.relationships.contained_in
target: server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment