Skip to content

Commit dd3d9fc

Browse files
authored
Adding variables pr 1.x (#109)
* Fixing ce_provision vars in container builds. * Fixing ce_deploy vars in container builds. * Adding the option to build manually the containers. * Still missing some vars.
1 parent fdc01d0 commit dd3d9fc

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

docker-images/controller-ci/provision.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
- _domain_name: ci.example.com
66
- _ce_provision_build_tmp_dir: /tmp
77
- _ce_provision_data_dir: /tmp
8+
- _ce_provision:
9+
username: ce-dev
810
- is_local: true
911
- _env_type: utility
1012
- ce_provision:

docker-images/controller/provision.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
- _domain_name: example.com
66
- _ce_provision_build_tmp_dir: /tmp
77
- _ce_provision_data_dir: /tmp
8+
- _ce_provision:
9+
username: ce-dev
810
- is_local: true
911
- _env_type: utility
1012
- ce_deploy:
@@ -16,6 +18,7 @@
1618
new_user: true
1719
key_name: id_rsa.pub
1820
local_dir: /home/ce-dev/ce-deploy
21+
ce_provision_dir: "/home/ce-dev/ce-provision"
1922
groups: []
2023
galaxy_custom_requirements_file: ""
2124
upgrade_galaxy:

0 commit comments

Comments
 (0)