Offline related updates
* Unfify offline content variable
Collect all data in 'default_local_mirrror_content'
variable would allow to extend default set in future
w\o removing|renaming original one
- add git mirror list
* Add amphora image for pike|queens
* debmirror:ubuntu
- add requirment for dogtag
* Misc:
remove duplicate in defaults - linux_system_repo_url
Prod-related: PROD-26662 (PROD:26662)
Bug-fix: PROD-26807 (PROD:26807)
Change-Id: I77f0a3648a0a74f70d29ba388e194c51725744f0
diff --git a/defaults/git/init.yml b/defaults/git/init.yml
new file mode 100644
index 0000000..14dd599
--- /dev/null
+++ b/defaults/git/init.yml
@@ -0,0 +1,21 @@
+parameters:
+ _param:
+ # List of repos, to be placed into offline image, during separate image build process
+ # By default, will be avaible http_server
+ # WARNING: file path and names - must be exactly same as in any other place in reclass-system or model!
+ default_local_mirrror_content:
+ git_server_repos:
+ - name: mk-pipelines
+ url: https://github.com/Mirantis/mk-pipelines.git
+ - name: pipeline-library
+ url: https://github.com/Mirantis/pipeline-library.git
+ - name: cvp-sanity-checks
+ url: https://github.com/Mirantis/cvp-sanity-checks.git
+ - name: cvp-spt
+ url: https://github.com/Mirantis/cvp-spt.git
+ - name: stacklight-pytest
+ url: https://github.com/Mirantis/stacklight-pytest
+ - name: cvp-configuration
+ url: https://github.com/Mirantis/cvp-configuration.git
+ - name: rundeck-cis-jobs
+ url: https://github.com/Mirantis/rundeck-cis-jobs.git