Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Param passed to create-ns.sh does not work #1085

Closed
jihoon-seo opened this issue May 2, 2022 · 0 comments · Fixed by #1108
Closed

Param passed to create-ns.sh does not work #1085

jihoon-seo opened this issue May 2, 2022 · 0 comments · Fixed by #1108
Labels
bug Something isn't working

Comments

@jihoon-seo
Copy link
Member

What happened
:
Param passed to create-ns.sh does not work

❯ ./create-ns.sh -x sjh
####################################################################
## 2. Namespace: Create (-x option for NameSpace Name)
####################################################################

{
  "id": "ns01",
  "name": "ns01",
  "description": "NameSpace for General Testing"
}

What you expected to happen
:
The namespace sjh is created.

How to reproduce it (as minimally and precisely as possible)
:

❯ ./create-ns.sh -x sjh

Anything else we need to know?
:

Environment

  • Source version or branch:
  • OS:
  • Others:

Proposed solution
:

Any other context
:

[-x 없이 실행하면..]

❯ ./create-ns.sh sjh   
####################################################################
## 2. Namespace: Create (-x option for NameSpace Name)
####################################################################

[Warrning] Invalid option [sjh]

[Usage] ./create-ns.sh -param value -param value
[Example] ./create-ns.sh -n myname01 -f ../testSet.env

 -n [postfix of resources to generate and retrieve] (ex: -n myname01, default: dev01)
 -f [file path to describe a cloud test set] (ex: -f ../testSet01.env, default: ../testSet.env)

 -c [specific cloud type] (ex: -c aws, optional)
 -r [index of a specific zone of the cloud type] (ex: -r 3, optional)

 -x [any value passed to a parameter of the command] (ex: -x vmid01, optional)
 -y [any value passed to a parameter of the command] (ex: -y 3, optional)
 -z [any value passed to a parameter of the command] (ex: -z file, optional)
@jihoon-seo jihoon-seo added the bug Something isn't working label May 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant