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

Deploying Infrastructure Stacks manually (via compose) #8801

Closed
garceri opened this issue May 18, 2017 · 5 comments
Closed

Deploying Infrastructure Stacks manually (via compose) #8801

garceri opened this issue May 18, 2017 · 5 comments
Labels
area/cli area/rancher-compose kind/enhancement Issues that improve or augment existing functionality

Comments

@garceri
Copy link

garceri commented May 18, 2017

We are trying a modified version of the Rancher-EBS stack but when deploy it from the UI or via compose the stack ends up as a normal "User" stack instead of getting under Infrastructure as when deployed from the catalog, is there a tag/label that we can use to mark a stack as Infrastructure from the compose files ?

@joshwget
Copy link

rancher stack create has a --system flag. I don't think anything currently exists in the UI for this use case unless you add your own catalog.

@garceri
Copy link
Author

garceri commented May 18, 2017

@joshwget Doesn't seem to work:

$ /home/user/rancher stack create TESTEBS -s -e
1st813
$ /home/user/rancher stack -s |grep TESTEBS
ID        NAME                    STATE       CATALOG                                       SERVICES   SYSTEM    DETAIL
1st813    TESTEBS                 healthy                                                   0          @false     

@pasikarkkainen
Copy link

I've noticed the same problem. "system" parameter for rancher cli doesn't work. The resulting new stack isn't marked as system/infra service.

@deniseschannon deniseschannon added the kind/enhancement Issues that improve or augment existing functionality label Jun 9, 2017
@deniseschannon deniseschannon assigned amy and unassigned carolynhu Jul 21, 2017
@danielmkraus
Copy link

danielmkraus commented Aug 28, 2017

I was struggling with this issue and realize the rancher-cli restrict creation / update of system stacks with environment api keys. Tried to create a stack with system flag (-s) with account api key and rancher cli creates new stack as a infrastructure stack.

@loganhz
Copy link

loganhz commented Oct 5, 2018

Please let us know in a comment if you can still reproduce the issue, and we'll reopen it

@loganhz loganhz closed this as completed Oct 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cli area/rancher-compose kind/enhancement Issues that improve or augment existing functionality
Projects
None yet
Development

No branches or pull requests

8 participants