Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / qa / qa_scripts / openstack / ceph_install_w_ansible / README
1
2 ceph_install.sh installs a ceph cluster using the cdn and ceph-ansible.
3
4 Right now, it takes 5 parameters -- an admin node, a ceph mon node, and
5 three osd nodes.
6
7 In order to subscribe to the cdn, in your home directory create a file named
8 secrets, (~/secrets), that contains the following lines:
9
10 subscrname=Your-Redhat-Cdn-Id
11 subscrpassword=Your-Redhat-Cdn-Password
12
13 If you want to set the monitor_interface or the public_network values,
14 in your home directory create a file named ip_info (~/ip_info), that
15 contains the following lines: 
16
17 mon_intf=your-monitor-interface (default is eno1)
18 pub_netw=public-network (default is 10.8.128.0/21)
19
20 This script first subscribes to the cdn, enables the rhel 7 repos, and does
21 a yum update.  (multi_action.sh performs all the actions on all nodes at once,
22 staller.sh is used to make sure that all updates are complete before exiting,
23 and execs/cdn_setup.sh is used to remotely update the cdn information.
24
25 After that, it makes sure that all nodes can connect via passwordless ssh
26 (using talknice.sh and config) and then installs the appropriate repos and
27 runs ceph_ansible on the admin node using execs/ceph_ansible.sh,
28 execs/edit_ansible_hosts.sh and execs/edit_groupvars_osds.sh.
29
30 repolocs.sh contains the locations of repo files.  These variables can
31 be changed if one wishes to use different urls.
32