Skip to content

aweimeow/mcord-exampleservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

How to build this service

ssh prod         # ssh into vagrant
git clone https://github.com/aweimeow/mcord_homework ~/xos_services/exampleservice

and add following configuration into your your ~/service-profile/mcord/MakeFile

    onboarding:

        ...

        sudo cp id_rsa key_import/exampleservice_rsa
        sudo cp id_rsa.pub key_import/exampleservice_rsa.pub
        
        ...

        $(RUN_TOSCA_BOOTSTRAP) $(SERVICE_DIR)/exampleservice/xos/exampleservice-onboard.yaml

        ...

        bash $(COMMON_DIR)/wait_for_onboarding_ready.sh $(XOS_BOOTSTRAP_PORT) services/exampleservice

        ...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published