diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2017-03-29 16:59:02 +0200 |
---|---|---|
committer | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2017-08-11 12:56:12 -0700 |
commit | c7fb3e83dd28a42cb0d15c649ec381dbdac6a0fa (patch) | |
tree | ba24a663d98a90009e676dd70571bffd26d07abe /xci/file/modules | |
parent | e32e998cc32bc928034e205c889c8c1aa7f6d914 (diff) |
xci: Add main playbooks and files
This patch adds the main/common playbooks, files, and templates to
be used for all flavors.
The provisioning and OpenStack installation process will be as below
- provision VMs for flavor using bifrost
- once the VMs are provisioned, configure-localhost.yml playbook will
be run, preparing the localhost in order to ensure the right playbooks
(configure-opnfvhost.yml and configure-targethosts.yml), inventory files
and var files are in place before we proceed with configuring opnfv host.
- after getting the right files for the flavor, opnfv host will be
configured using configure-opnfvhost.yml playbook.
- finally, the target hosts will be configured.
- once the above process is completed, openstack-ansible playbooks will
be run, setting up hosts, infrastructure and OpenStack.
Change-Id: I6e08b2cfdab9627f765e6fc414917b09f953cab2
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Diffstat (limited to 'xci/file/modules')
-rw-r--r-- | xci/file/modules | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/xci/file/modules b/xci/file/modules index e69de29b..60a517f1 100644 --- a/xci/file/modules +++ b/xci/file/modules @@ -0,0 +1,8 @@ +# /etc/modules: kernel modules to load at boot time. +# +# This file contains the names of kernel modules that should be loaded +# at boot time, one per line. Lines beginning with "#" are ignored. +# Parameters can be specified after the module name. + +bonding +8021q |