Commit 4684cbec authored by limon's avatar limon
Browse files

Revert last changes over hackfest_multivdu package

parent e51b46e1
Loading
Loading
Loading
Loading
+0 −0

Empty file deleted.

+0 −12
Original line number Diff line number Diff line
#cloud-config
password: osm4u
chpasswd: { expire: False }
ssh_pwauth: True

write_files:
-   content: |
        # My new helloworld file

    owner: root:root
    permissions: '0644'
    path: /root/helloworld.txt
+2 −4
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ vnfd-catalog:
        vdu:
        -   id: mgmtVM
            name: mgmtVM
            image: ubuntu16.04
            image: US1604
            count: 1
            vm-flavor:
                vcpu-count: 1
@@ -42,10 +42,9 @@ vnfd-catalog:
                internal-connection-point-ref: mgmtVM-internal
            internal-connection-point:
            -   id: mgmtVM-internal
            cloud-init-file: cloud-config.txt
        -   id: dataVM
            name: dataVM
            image: ubuntu16.04
            image: US1604
            count: 1
            vm-flavor:
                vcpu-count: 1
@@ -66,5 +65,4 @@ vnfd-catalog:
                external-connection-point-ref: vnf-data
            internal-connection-point:
            -   id: dataVM-internal
            cloud-init-file: cloud-config.txt