Changes between Version 19 and Version 20 of Internal/RunningInventory
- Timestamp:
- Jan 28, 2016, 5:33:30 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/RunningInventory
v19 v20 5 5 1. Disable inventory service security: 6 6 {{{ 7 In /etc/omf-aggmgr-5.4/enabled/inventory.yaml 8 Uncomment - '*' 7 cd /etc/omf-aggmgr-5.4/enabled 8 }}} 9 Uncomment the following line in inventory.yaml (remove the #): 10 {{{ 11 # - '*' 12 }}} 13 Restart OMF Agg Manager: 14 {{{ 15 service omf-aggmgr-5.4 restart 9 16 }}} 10 17 … … 96 103 ||SB9||http://internal1.orbit-lab.org:5054/inventory/attribute_list?set=node*.sb9.orbit-lab.org&attribute=INV_check_in|| 97 104 ||Outdoor||http://internal1.orbit-lab.org:5054/inventory/attribute_list?set=node*.outdoor.orbit-lab.org&attribute=INV_check_in|| 98 Wait until all the nodes check in, then proceed to next step. 105 106 Wait until all the nodes check in, then proceed to next step. 107 99 108 '''From repository1''' 100 109 5. '''''Break the symbolic link!!! ''''' If this is not done the next person to use the grid/sandbox will have a bad time. … … 121 130 8. Restore inventory service security (''' !!! SUPER IMPORTANT !!! '''): 122 131 {{{ 123 In /etc/omf-aggmgr-5.4/enabled/inventory.yaml 124 Comment - '*' 132 cd /etc/omf-aggmgr-5.4/enabled 125 133 }}} 134 Comment out the following line in inventory.yaml (add # to beginning of line): 135 {{{ 136 - '*' 137 }}} 138 Restart OMF Agg Manager: 139 {{{ 140 service omf-aggmgr-5.4 restart 141 }}}