Changes between Version 19 and Version 20 of Internal/RunningInventory


Ignore:
Timestamp:
Jan 28, 2016, 5:33:30 PM (8 years ago)
Author:
jkol
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/RunningInventory

    v19 v20  
    55 1. Disable inventory service security:
    66    {{{
    7 In /etc/omf-aggmgr-5.4/enabled/inventory.yaml
    8 Uncomment - '*'
     7cd /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    {{{
     15service omf-aggmgr-5.4 restart
    916    }}}
    1017
     
    96103    ||SB9||http://internal1.orbit-lab.org:5054/inventory/attribute_list?set=node*.sb9.orbit-lab.org&attribute=INV_check_in||
    97104    ||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 
    99108'''From repository1'''
    100109 5. '''''Break the symbolic link!!! ''''' If this is not done the next person to use the grid/sandbox will have a bad time.
     
    121130 8. Restore inventory service security (''' !!! SUPER IMPORTANT !!! '''):
    122131    {{{
    123 In /etc/omf-aggmgr-5.4/enabled/inventory.yaml
    124 Comment - '*'
     132cd /etc/omf-aggmgr-5.4/enabled
    125133    }}}
     134    Comment out the following line in inventory.yaml (add # to beginning of line):
     135    {{{
     136        - '*'
     137    }}}
     138    Restart OMF Agg Manager:
     139    {{{
     140service omf-aggmgr-5.4 restart
     141    }}}