maas local repos changes
Change-Id: Ie7b38667627c4ce4014d7daf7473c2432bc5ebe7
diff --git a/day01-image/template.json b/day01-image/template.json
index ceb046c..f2f4d41 100644
--- a/day01-image/template.json
+++ b/day01-image/template.json
@@ -4,6 +4,19 @@
"password": "r00tme",
"do_api_token": "{{ env `DO_API_TOKEN` }}",
"image_name": "{{ env `IMAGE_NAME` }}",
+ "cluster_model": "{{ env `CLUSTER_MODEL` }}",
+ "cluster_model_ref": "{{ env `CLUSTER_MODEL_REF` }}",
+ "cluster_name": "{{ env `CLUSTER_NAME` }}",
+ "formula_version": "{{ env `FORMULA_VERSION` }}",
+ "mcp_version": "{{ env `MCP_VERSION` }}",
+ "ubuntu_baseurl": "{{ env `UBUNTU_BASEURL` }}",
+ "saltstack_gpg": "{{ env `SALTSTACK_GPG` }}",
+ "saltstack_repo": "{{ env `SALTSTACK_REPO` }}",
+ "apt_mirantis_gpg": "{{ env `APT_MIRANTIS_GPG` }}",
+ "apt_mirantis_salt_repo": "{{ env `APT_MIRANTIS_SALT_REPO` }}",
+ "git_salt_formulas_scripts": "{{ env `GIT_SALT_FORMULAS_SCRIPTS` }}",
+ "apt_repository": "{{ env `APT_REPOSITORY` }}",
+ "apt_repository_gpg": "{{ env `APT_REPOSITORY_GPG` }}",
"disk_size": "50000"
},