updated repo url and fixed rax heat template to use rax cloud resources
This commit is contained in:
parent
f17d16ed02
commit
9946a51db6
@ -16,7 +16,7 @@ set -e -u -v -x
|
|||||||
|
|
||||||
REPO_URL=${REPO_URL:-"https://github.com/rcbops/ansible-lxc-rpc.git"}
|
REPO_URL=${REPO_URL:-"https://github.com/rcbops/ansible-lxc-rpc.git"}
|
||||||
REPO_BRANCH=${REPO_BRANCH:-"master"}
|
REPO_BRANCH=${REPO_BRANCH:-"master"}
|
||||||
FROZEN_REPO_URL=${FROZEN_REPO:-"http://rpc-slushee.rackspace.com"}
|
FROZEN_REPO_URL=${FROZEN_REPO_URL:-"http://rpc-slushee.rackspace.com"}
|
||||||
MAX_RETRIES=${MAX_RETRIES:-5}
|
MAX_RETRIES=${MAX_RETRIES:-5}
|
||||||
|
|
||||||
apt-get update
|
apt-get update
|
||||||
|
@ -53,7 +53,7 @@ outputs:
|
|||||||
value: secrete
|
value: secrete
|
||||||
resources:
|
resources:
|
||||||
RPCAIO:
|
RPCAIO:
|
||||||
type: OS::Nova::Server
|
type: "Rackspace::Cloud::Server"
|
||||||
properties:
|
properties:
|
||||||
flavor: { get_param: flavor_name }
|
flavor: { get_param: flavor_name }
|
||||||
image: { get_param: image_name }
|
image: { get_param: image_name }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user