Hi All,

We would like to get input on different ways of enabling "vagrant
service-manager" plugin [1].

We could come up with following possible ways:

1. Enable for all Vagrant boxes regardless.

2. Set "enabled" flag "true" in Vagrantfile unless we specify any
service(s).

   config.servicemanager.enabled = true

   or

   config.servicemanager.services = 'openshift'

3. Detect when to enable based on a set of names(particulary box name like
'projectatomic/adb')

In above three cases, "docker" service will run by default.
Hence, for 2nd case, "config.servicemanager.services = 'docker'" is useless
[2].

We hope to have this code to be in next release.  We appreciate your
feedback.

References:
  - Previous mail with subject "Enhance Vagrant Service-Manager with a
Provisioner"
  - PR https://github.com/projectatomic/vagrant-service-manager/pull/54

[1] https://github.com/projectatomic/vagrant-service-manager
[2]
https://github.com/projectatomic/vagrant-service-manager/pull/54#discussion-diff-53927025



Regards,
Budh Ram Gurung
_______________________________________________
Container-tools mailing list
Container-tools@redhat.com
https://www.redhat.com/mailman/listinfo/container-tools

Reply via email to