Skip to content

Commit

Permalink
update to latest int cloud.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ojawel committed Jul 10, 2017
1 parent 35852a4 commit dc54cdc
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions .kitchen.cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@ driver_config:
openstack_username: <%= ENV['OPENSTACK_USERNAME'] %>
openstack_api_key: <%= ENV['OPENSTACK_API_KEY'] %>
openstack_auth_url: <%= ENV['OPENSTACK_AUTH_URL'] %>
key_name: <%= ENV['KEY_NAME'] %>
private_key_path: <%= ENV['PRIVATE_KEY_PATH'] %>
floating_ip_pool: nova
flavor_ref: gold.large
image_ref: Ubuntu Server 14.04 - RAW
server_name: bamboo-int
transport:
ssh_key: <%= ENV['PRIVATE_KEY_PATH'] %>
connection_timeout: 10
connection_retries: 5
username: ubuntu
disable_ssl_validation: true

provisioner:
name: chef_zero
Expand All @@ -15,12 +27,6 @@ platforms:
image_ref: Ubuntu Server 14.04
flavor_ref: mx.medium
floating_ip_pool: nova
key_name: <%= ENV['KEY_NAME'] %>
private_key_path: <%= ENV['PRIVATE_KEY_PATH'] %>
server_name: bamboo-dev
transport:
username: ubuntu
disable_ssl_validation: true
run_list:
- recipe[apt]

Expand All @@ -36,4 +42,4 @@ suites:
ceph: false
agent:
data_dir: /var/bamboo-agent
home_dir: /opt/bamboo-agent
home_dir: /opt/bamboo-agent

0 comments on commit dc54cdc

Please sign in to comment.