projectatomic / adb-utils

A set of utilities for managing services used provided in the Atomic Developer Bundle.
GNU General Public License v2.0
13 stars 22 forks source link

Open Discussion: Extend the purpose of adb-utils to any distro #182

Open alezzandro opened 8 years ago

alezzandro commented 8 years ago

Hello,

I'm writing down this message to understand you can evaluate the chance to take adb-utils to any distro (systemd-based).

IMHO adb-utils is a very valuable and useful tool for setting up a working OpenShift environment through containers. Many developers (luckily) currently use Linux for their day-by-day ops, so why put them through a virtual machine that execute docker and then a containerized OpenShift daemon?

We can let them easily setup an environment with few commands through adb-utils itself, directly on their machine, no hypervisor involved!

On the tech side: I've already tried to remove static references to "vagrant" user inside the script and let the get_ip_address function more valuable executing the command directly in /etc/sysconfig/openshift_option

I'm just using adb-utils from Fedora 22/23 and it works pretty well. (I've also setup a copr repo attached to my forked version https://copr.fedorainfracloud.org/coprs/alezzandro/adb-utils/)

Regards.

LalatenduMohanty commented 8 years ago

@alezzandro have you tried "oc cluster up" feature in upcoming Origin's 1.3.1 version? It is almost similar to what adb-utils does.

praveenkumar commented 8 years ago

@alezzandro I liked your proposal but can you try oc cluster up also as @LalatenduMohanty pointed out and check if that something you can use for longer term?