diff options
author | Brian Freeman <bf1936@att.com> | 2018-11-27 14:33:27 -0500 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2018-11-27 14:33:40 -0500 |
commit | 9c42ae1883410c2c139e76501e839a09cc761a31 (patch) | |
tree | 6607cd87836aa3e81246b3c819d3500566683b82 /vcperestcust.notes.text | |
parent | b2a4951b485eeec49366bc58862aa253b2ccc8e7 (diff) |
Use vnf type as part of vsp name
Issue-ID: INT-601
Change-Id: I7dfb65b4691c46224275324d833a56a10887a79b
Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'vcperestcust.notes.text')
-rw-r--r-- | vcperestcust.notes.text | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/vcperestcust.notes.text b/vcperestcust.notes.text index ece37a61..71eac847 100644 --- a/vcperestcust.notes.text +++ b/vcperestcust.notes.text @@ -1,9 +1,10 @@ Notes on how to setup for vCPEResCust automated onboarding -1. Run the ./demo-k8s.sh onap distribute to load the other vCPE Models -2. In the robot container the CSARs are downloaded into /tmp/csar -3. Create directory and unzip the brgemul and gmux CSArs into a subdirectory -4. Copy the 3 parameters (invariant uuid, uuid , node_type) into the vcpe_allotted_resourse_data.json -5. Put the vcpe_allotted_rsource-data.json into /tmp on the docker conatiner - +1. In SDC as demo create the BRG subcategory under Allotted Resources + a. if you do not the vcpe csar distribution will fail +2. Run the ./demo-k8s.sh onap distribute to load the initial vCPE Models (infra, gmux, bng, brgemu) +3. In the robot container the CSARs are downloaded into /tmp/csar +4. Create sub-directories and unzip the brgemul and gmux CSArs into the brg and gmux subdirectories +5. Copy vcpe_allotted_resource_data.json.example to /tmp/vcel_allotted_resource_data.json +5. Copy the 3 parameters (invariant uuid, uuid , node_type) into /tmp/vcpe_allotted_resourse_data.json for both the tunnelxconn (gmux) and brg (brgemu) |