summaryrefslogtreecommitdiffstats
path: root/files/SevoneOSPprereqs_MOPV_1.10.txt
diff options
context:
space:
mode:
authorVincent S. Cojot <vcojot@redhat.com>2017-05-03 14:00:18 -0400
committerVincent S. Cojot <vcojot@redhat.com>2017-05-03 14:00:18 -0400
commitbf379067cca7ea432898e87682e75f1cc0bee9c4 (patch)
tree2ba013274ad9b71142b46af0706d55a7596b7419 /files/SevoneOSPprereqs_MOPV_1.10.txt
parent31ed3eb86f3f17cdfccf58dc45ff878df0478694 (diff)
downloadopenstack-access-policy-bf379067cca7ea432898e87682e75f1cc0bee9c4.tar.gz
openstack-access-policy-bf379067cca7ea432898e87682e75f1cc0bee9c4.tar.xz
openstack-access-policy-bf379067cca7ea432898e87682e75f1cc0bee9c4.zip
Update to MOP
Diffstat (limited to 'files/SevoneOSPprereqs_MOPV_1.10.txt')
-rw-r--r--files/SevoneOSPprereqs_MOPV_1.10.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/files/SevoneOSPprereqs_MOPV_1.10.txt b/files/SevoneOSPprereqs_MOPV_1.10.txt
index 77a324e..84b07d1 100644
--- a/files/SevoneOSPprereqs_MOPV_1.10.txt
+++ b/files/SevoneOSPprereqs_MOPV_1.10.txt
@@ -162,7 +162,7 @@ may first require logging in as root
VI. Allow the sevone user to query mysql status
-[root@slmsc2ctl0 ~]# mysql -e “create user 'sevone'@'localhost';
+[root@slmsc2ctl0 ~]# mysql -e “create user 'sevone'@'localhost';"
If during this step, you exit the current shell session instead of escalating to root, you will need to
re-source overcloudrc before continuing.
@@ -189,8 +189,8 @@ for generating one.
[stack@ospdirector ~]$ TRAPDEST1=<Enter First Destination IP>
[stack@ospdirector ~]$ TRAPDEST2=<Enter Second Destination IP>
[stack@ospdirector ~]$ echo -e "TRAPDEST1 = ${TRAPDEST1}\nTRAPDEST2 = ${TRAPDEST2}"
-[stack@ospdirector ~]$ sed -i s/TRAPTARGET1/$TRAPDEST1/ ~/policydir/files/snmpd.conf
-[stack@ospdirector ~]$ sed -i s/TRAPTARGET2/$TRAPDEST2/ ~/policydir/files/snmpd.conf
+[stack@ospdirector ~]$ sed -i "s/TRAPTARGET1/$TRAPDEST1/" ~/policydir/files/snmpd.conf
+[stack@ospdirector ~]$ sed -i "s/TRAPTARGET2/$TRAPDEST2/" ~/policydir/files/snmpd.conf
III. Distribute the SNMP configuration file to the OSP director