diff options
author | Justin chi <chigang@huawei.com> | 2017-11-21 02:22:34 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-11-21 02:22:34 +0000 |
commit | 1af45fbc194814201a067fa040f37c3bc0f84b9c (patch) | |
tree | 17bd9d9827a725c84e79189c4d7b2422da0bc7a6 /deploy/compass_conf/os | |
parent | 5fc5b9252d1bb18f1d9cecef00d5ce24117784e6 (diff) | |
parent | f2e3d1ed47cea49c1d06fcfce49fb4cb42e8f863 (diff) |
Merge "cobbler: support aarch64"
Diffstat (limited to 'deploy/compass_conf/os')
-rwxr-xr-x | deploy/compass_conf/os/centos7.3.aarch64.conf | 3 | ||||
-rwxr-xr-x | deploy/compass_conf/os/ubuntu16.04.aarch64.conf | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/deploy/compass_conf/os/centos7.3.aarch64.conf b/deploy/compass_conf/os/centos7.3.aarch64.conf new file mode 100755 index 00000000..bd3bce30 --- /dev/null +++ b/deploy/compass_conf/os/centos7.3.aarch64.conf @@ -0,0 +1,3 @@ +NAME = 'CentOS-7-Minimal-1611-arm-arm' +PARENT = 'CentOS' +DEPLOYABLE = True diff --git a/deploy/compass_conf/os/ubuntu16.04.aarch64.conf b/deploy/compass_conf/os/ubuntu16.04.aarch64.conf new file mode 100755 index 00000000..986c0397 --- /dev/null +++ b/deploy/compass_conf/os/ubuntu16.04.aarch64.conf @@ -0,0 +1,3 @@ +NAME = 'ubuntu-16.04-server-arm-arm64-arm' +PARENT = 'Ubuntu' +DEPLOYABLE = True |