diff options
Diffstat (limited to 'build/f_isoroot')
-rw-r--r-- | build/f_isoroot/f_repobuild/opnfv_config.yaml | 7 | ||||
-rw-r--r-- | build/f_isoroot/f_tacker-pluginbuild/config.mk | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/build/f_isoroot/f_repobuild/opnfv_config.yaml b/build/f_isoroot/f_repobuild/opnfv_config.yaml index dfedb8d5f..bf3913cc4 100644 --- a/build/f_isoroot/f_repobuild/opnfv_config.yaml +++ b/build/f_isoroot/f_repobuild/opnfv_config.yaml @@ -101,6 +101,7 @@ packages: - name: "bash-completion" - name: "bc" - name: "build-essential" + - name: "ceph" - name: "cloud-init" - name: "conntrackd" - name: "cpu-checker" @@ -108,6 +109,7 @@ packages: - name: "debconf-utils" - name: "devscripts" - name: "fping" + - name: "galera-3" - name: "git" - name: "grub-pc" - name: "htop" @@ -125,6 +127,7 @@ packages: - name: "livecd-rootfs" - name: "mc" - name: "memcached" + - name: "mongodb-server" - name: "monit" - name: "msmtp-mta" - name: "multipath-tools" @@ -132,13 +135,17 @@ packages: - name: "nginx" - name: "ntp" - name: "openssh-server" + - name: "pcs" - name: "percona-toolkit" - name: "percona-xtrabackup" - name: "pm-utils" - name: "postfix" - name: "puppet" - name: "python-lesscpy" + - name: "python-mysqldb" - name: "python-pip" + - name: "radosgw" + - name: "rbd-fuse" - name: "rsyslog-gnutls" - name: "rsyslog-relp" - name: "screen" diff --git a/build/f_isoroot/f_tacker-pluginbuild/config.mk b/build/f_isoroot/f_tacker-pluginbuild/config.mk index 52c569370..516adc7c1 100644 --- a/build/f_isoroot/f_tacker-pluginbuild/config.mk +++ b/build/f_isoroot/f_tacker-pluginbuild/config.mk @@ -9,4 +9,4 @@ TACKER_BRANCH?=master TACKER_REPO?="https://github.com/openstack/fuel-plugin-tacker" -TACKER_CHANGE?=d6e0a77a7f7899d0dcda578cffc799af1cff662e +TACKER_CHANGE?=7068a300df0c695fb4589bf504b29cbed970ba58 |