This repository was archived by the owner on Jul 21, 2026. It is now read-only.
Tags: CCI-MOC/m2
Tags
Ansible Playbook for BMI Installation (#153) * Initial commit for ansible production install * Translated necessary parts of install_packages to ansible * Created Roles and added dhcp install * Added pxe role and modified bmi install tasks * Added lines for Ubuntu Installation * Added to bmi main.yml and renamed iscsi to tgt * Added tgt file, small changes to the other 3 roles * Fixed DB issues with the install and added a README * Removed pxe role and made changes to file paths * Added more meaningful titles to tasks, updated README. * Fixed Directory permissions issue and fixed small typo. * Removed unecessary hosts file. * Updated README to have code blocks and replaced iptables with firewalld * Addressed Apoorve's review comments Updated the README to include instructions on modifying the hosts file, the HIL credentials and bashrc. Also modified firewalld and selinux.
Hil flag for Secure Cloud (#140) * Added flag for HIL commands for provision and deprovision * Fixes to hil_flag changes to pass PEP8 * Fixed naming issue for flag option to skip hil network commands Changed the name from hil_flag to hil so get the cli working, and made sure that the boolean is treated as a boolean in operations.py * Changed the order of arguments in cli.py and operations.py * Fixed picasso argument ordering, tested changes * Added a value for hil_flag to test_operations for Travis CI