Skip to content

Commit

Permalink
Adds cluster identifier for rackspace based deployments, fixes #13
Browse files Browse the repository at this point in the history
  • Loading branch information
ashrithr committed Jul 27, 2013
1 parent e2f380e commit 919916a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conf/ankus_conf_cloud_rs_example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ install_mode: 'cloud'
# rackspace_api_key => api key of the rackspace user account
# rackspace_instance_type => type of instance to boot (2-512M, 3-1GB, 4-2GB, 5-4GB, 6-8GB, 7-15GB, 8-30G)
# ssh_key => ssh key path to inject into instances
# rackspace_cluster_identifier => unique name which differentiates other cluster (used for hostnames of instances)
# cloud_os_type => type of os to boot into cloud instances (supported: CentOS|Ubuntu)
########################################################
cloud_platform: rackspace
Expand All @@ -19,6 +20,7 @@ cloud_credentials:
rackspace_api_key: ''
rackspace_instance_type: 5
rackspace_ssh_key: '~/.ssh/id_rsa.pub'
rackspace_cluster_identifier: 'ops'
cloud_os_type: CentOS

########################################################
Expand Down

0 comments on commit 919916a

Please sign in to comment.