This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
lab_update_guide [2015/02/28 22:20] Iben Rodriguez created |
lab_update_guide [2015/09/14 00:22] (current) julien zhang [Example] |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== How to update the info for OPNFV Hosting Test Bed Laboratories ====== | + | ====== How to update the lab info on this wiki====== |
| - | ===== Summary ===== | + | |
| - | Details about Hosted Community OPNFV Test Labs are located in 3 different places. | + | |
| + | Details about Hosted Community OPNFV Test Labs are located in 3 different places: | ||
| - Summarized on the OPNFV wiki [[start#opnfv_community_labs|Start Page]] | - Summarized on the OPNFV wiki [[start#opnfv_community_labs|Start Page]] | ||
| - | - Overview with additional details on the Pharos Test Bed Governance Project Page | + | - Overview with additional details on the [[pharos#opnfv_test_labs|Pharos Test Bed Governance Project Page]] |
| - With Project specific information on each project page | - With Project specific information on each project page | ||
| - | ===== How to update the OPNFV wiki [[start#opnfv_community_labs|Start Page]] ===== | + | |
| + | ---- | ||
| + | |||
| + | |||
| + | ===== How to update the Start Page ===== | ||
| * Login and edit the OPNFV wiki [[start#opnfv_community_labs|Start Page]] | * Login and edit the OPNFV wiki [[start#opnfv_community_labs|Start Page]] | ||
| * You will see a section of code as shown below. Add your page to the bullet list with wiki link, nice name, and location summary | * You will see a section of code as shown below. Add your page to the bullet list with wiki link, nice name, and location summary | ||
| ==== Example ==== | ==== Example ==== | ||
| + | <code> | ||
| ==== OPNFV Community Labs ==== | ==== OPNFV Community Labs ==== | ||
| - | '' * [[cablelabs_hosting|Cable Labs (TBD)]]'' | + | * [[cablelabs_hosting|Cable Labs (TBD)]] |
| - | '' * [[chinamobile_hosting|China Mobile (TBD)]]'' | + | * [[chinamobile_hosting|China Mobile (TBD)]] |
| - | '' * [[dell_hosting|Dell - Santa Clara, California (TBD)]]'' | + | * [[dell_hosting|Dell - Santa Clara, California (TBD)]] |
| - | '' * [[get_started/ericsson_hosting|Ericsson]]'' | + | * [[get_started/ericsson_hosting|Ericsson]] |
| - | '' * [[huawei_hosting|Huawei - San Jose, California (TBD)]]'' | + | * [[huawei_hosting|Huawei - San Jose, California (TBD)]] |
| - | '' * [[intel_hosting|Intel - Portland, Oregon]]'' | + | * [[intel_hosting|Intel - Portland, Oregon]] |
| - | '' * [[opnfv-orange|Orange - (TBD)]]'' | + | * [[opnfv-orange|Orange - (TBD)]] |
| - | '' * [[pharos/spirentvctlab|Spirent - San Jose, California]]'' | + | * [[pharos/spirentvctlab|Spirent - San Jose, California]] |
| + | </code> | ||
| Line 32: | Line 39: | ||
| * '';'' | * '';'' | ||
| * Location Summary | * Location Summary | ||
| - | * ''\\'' | + | * ''\\'' <-- for a new line |
| - | * external link: | + | * external link: <-- optional |
| ==== Example ==== | ==== Example ==== | ||
| - | ''<olmap id="olMapOne" width="800px" height="200px" lat="45.0" lon="0.0" zoom="3" statusbar="1" toolbar="1" controls="1" poihoverstyle="0" baselyr="OpenStreetMap" gpxfile="" kmlfile=""> | + | <code> |
| + | <olmap id="olMapOne" width="800px" height="200px" lat="45.0" lon="0.0" zoom="3" statusbar="1" toolbar="1" controls="1" poihoverstyle="0" baselyr="OpenStreetMap" gpxfile="" kmlfile=""> | ||
| 50.0117,5.1287,-90,.8,marker-green.png,Pont de Barbouillons; Daverdisse \\ external link: | 50.0117,5.1287,-90,.8,marker-green.png,Pont de Barbouillons; Daverdisse \\ external link: | ||
| 39.90,116.35,60,.8,marker-red.png,China Mobile Labs;Beijing \\ external link: | 39.90,116.35,60,.8,marker-red.png,China Mobile Labs;Beijing \\ external link: | ||
| Line 45: | Line 53: | ||
| 48.75867,-3.45196,60,.8,marker-gold.png,Orange Labs;Lannion \\ | 48.75867,-3.45196,60,.8,marker-gold.png,Orange Labs;Lannion \\ | ||
| 48.82,2.27,60,.8,marker-gold.png,Orange Labs;Paris \\ | 48.82,2.27,60,.8,marker-gold.png,Orange Labs;Paris \\ | ||
| + | 31.97,118.79,.8,marker-red.png,ZTE Testlab(NJ);Nan Jing \\ | ||
| [[http://test.com|test.com]] \\ internal link: [[::start]]\\ **DW Formatting** | [[http://test.com|test.com]] \\ internal link: [[::start]]\\ **DW Formatting** | ||
| - | </olmap>'' | + | </olmap> |
| + | </code> | ||