Skip to content
This repository has been archived by the owner on Oct 5, 2018. It is now read-only.

Implement support for configuration from a file #6

Open
arax opened this issue Jun 21, 2014 · 0 comments
Open

Implement support for configuration from a file #6

arax opened this issue Jun 21, 2014 · 0 comments
Assignees
Milestone

Comments

@arax
Copy link

arax commented Jun 21, 2014

Implement support for a profile-based configuration loaded from YAML files, mainly for authentication details and endpoint information.

# rOCCI-cli configuration
default: &default
  auth: x509
  voms: true
  user-cred: /tmp/x509_1001

profile1:
  <<: *default
  endpoint: https://example1.occi.example.org:11443/

profile2:
  <<: *default
  endpoint: https://example2.occi.example.org:11443/
$ occi --profile profile2 --action describe --resource compute
@arax arax self-assigned this Jun 21, 2014
@arax arax added this to the v5.0.0 milestone Oct 19, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant