diff options
author | wutianwei <wutianwei1@huawei.com> | 2017-02-07 16:35:27 +0800 |
---|---|---|
committer | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2017-08-11 12:56:12 -0700 |
commit | 2d16c440ef7ef0aa8e807df33fa25783952b93d1 (patch) | |
tree | 1a86135e841d56d664246ea0d5a7bac5902c555c /openstack-ansible/file/modules | |
parent | f37b1727593632eae93a6347ccf628325e430d01 (diff) |
Add scripts and playbook to deploy OSA
The script and playbooks defined on this repo will deploy an OpenStack cloud
based on OpenStack-Ansible.
You just need to run the osa_deploy.sh.
More information please refer to the README.md
Change-Id: I731c366ab7197aefd7726150477ba1cc4d2932d3
Signed-off-by: wutianwei <wutianwei1@huawei.com>
Diffstat (limited to 'openstack-ansible/file/modules')
-rw-r--r-- | openstack-ansible/file/modules | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/openstack-ansible/file/modules b/openstack-ansible/file/modules new file mode 100644 index 00000000..60a517f1 --- /dev/null +++ b/openstack-ansible/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 |