aboutsummaryrefslogtreecommitdiffstats
path: root/util/docker-compose/group_vars
AgeCommit message (Collapse)AuthorFilesLines
2018-05-14build: fetch arm64 iso from opnfv artifacts siteYibo Cai1-2/+2
Change-Id: I248d84be0fb0c6f18054c5fca8d6b5c091730153 Signed-off-by: Yibo Cai <yibo.cai@arm.com>
2018-05-08Upgrade OpenStack version from Pike to Queensramamani yeleswarapu1-4/+4
Change-Id: Ice7b3204ade23571df41fc4effb91bb5e125abac Signed-off-by: Ramamani Yeleswarapu <ramamani.yeleswarapu@intel.com>
2018-04-16cobbler: support deploying ubuntu on armYibo Cai1-3/+3
Deploy ubuntu by setting ADAPTER_OS_PATTERN='(?i)ubuntu-16.*arm.*' and OS_VERSION=xenial. Change-Id: I1035a2d45225fceab6eead35d77d98130def373b Signed-off-by: Yibo Cai <yibo.cai@arm.com>
2018-01-14docker-compose: support aarch64Yibo Cai1-1/+28
Change-Id: I4b1bce45f8412af7076dca90bbb4c1193057d110 Signed-off-by: Yibo Cai <yibo.cai@arm.com>
2017-12-21Add compass-docker-composeHarry Huang1-0/+41
1. Add ansible for docker compose containerized compass 2. deploy/conf/compass.conf no longer specify image tags for runtime. build.yaml now is added into compass tarball to be the only place determine image tags 3. This patch is based on patch: https://gerrit.opnfv.org/gerrit/#/c/47393/ use merged compass-tasks 4. Tempoarily using private docker repo for compass-tasks. Switch to opnfv repo when patch https://gerrit.opnfv.org/gerrit/#/c/47329/ is merged 5. Modify ansible callback module accrodingly Change-Id: I0728a9002a1cc7804c9e8f13bd1afdccb684a159 Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>