Hi all,
I am running Onap Dublin release and I want to test the vFW/Edge Multicloud use 
case.
So, I have downloaded the 
https://github.com/onap/multicloud-k8s/tree/dublin/kud ( 
https://github.com/onap/multicloud-k8s/tree/dublin/kud )
However, into aio.sh script the sed command:
https://github.com/onap/multicloud-k8s/blob/dublin/kud/hosting_providers/vagrant/aio.sh#L50
is wrong.
Because it deletes only the row where the name is " andrewrothstein.kubectl "  .
But, for example the file 
https://raw.githubusercontent.com/onap/multicloud-k8s/dublin/kud/deployment_infra/playbooks/configure-multus.yml
 : ( 
https://raw.githubusercontent.com/onap/multicloud-k8s/dublin/kud/deployment_infra/playbooks/configure-multus.yml
 )

(before sed command)
- hosts: localhost
 pre_tasks:
   - name: Load kud variables
     include_vars:
       file: kud-vars.yml
*roles: - role: andrewrothstein.kubectl kubectl_ver: "v{{ kubectl_version }}"*
 tasks:
   - name: define a CRD network object specification
(after sed command)
- hosts: localhost
 pre_tasks:
   - name: Load kud variables
     include_vars:
       file: kud-vars.yml
*roles: kubectl_ver: "v{{ kubectl_version }}"*
 tasks:
   - name: define a CRD network object specification

The same is for all others config-*.yaml files.
Is it right? I think not, becasue the script fails with an error in that line 
(YAML syntax error).
Should the "roles section"  be deleted?

Thanks,
Aniello Paolo Malinconico

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#19424): https://lists.onap.org/g/onap-discuss/message/19424
Mute This Topic: https://lists.onap.org/mt/52889099/21656
Group Owner: [email protected]
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to