saltstack is new on me, looks like its closer to chef, puppet and ansible
rather than vagrant.

If you spend some time on this, what would you be looking to deliver? Would
it be a vagrant file, or a saltstack "something" that is used to build a
vagrant file?  Just want to make sure that there aren't too many yaks being
shaved here... will defeat the object of being something easy to get
started with [1].


[1] http://blog.circleci.com/its-the-future/



On 2 November 2015 at 22:26, Alexander Krasnukhin <[email protected]>
wrote:

> Yes, it is what I do for the last year here. I can do this using SaltStack
> if you are OK with it :D
>
> http://saltstack.com/
>
> On Mon, Nov 2, 2015 at 11:23 PM, Dan Haywood <[email protected]
> >
> wrote:
>
> > Also a good idea...  anything to lower the barrier.  Any expertise in
> that?
> >
> > On 2 November 2015 at 22:21, Alexander Krasnukhin <[email protected]
> >
> > wrote:
> >
> > > Well, I'm not into CI deployment pipeline actually. I was thinking to
> > make
> > > it possible for a user to bring up a demo app on a local host using
> > > vagrant. E.g. `vagrant up` and X minutes later you have a working demo
> > > running on your localhost w/o altering your system at all. `vagrant
> > > destroy` and everything is gone.
> > >
> > > Maybe it is not what you are looking for right now.
> > >
> > > On Mon, Nov 2, 2015 at 10:56 PM, Dan Haywood <
> > [email protected]
> > > >
> > > wrote:
> > >
> > > > Hi Alexander,
> > > >
> > > > Jeroen and I were talking about this today.  I think that Jeroen's
> plan
> > > > (which I am a big +1) is to have the demo apps for all of the
> > isisaddons
> > > > modules and apps being deployed continually from a CI pipeline.  He's
> > > been
> > > > looking into using Apache Brooklyn as one possible way of
> implementing
> > > this
> > > > [1]
> > > >
> > > > Do you have any particular experience in this area?  would you be
> > > > interested in lending a hand?
> > > >
> > > > cheers
> > > > Dan
> > > >
> > > > [1] https://brooklyn.incubator.apache.org/
> > > >
> > > > On 2 November 2015 at 21:31, Alexander Krasnukhin <
> > [email protected]
> > > >
> > > > wrote:
> > > >
> > > > > Hej,
> > > > >
> > > > > Do you have a demo VM or a recipe to prepare one? This way anybody
> > can
> > > > try
> > > > > out demo w/o altering their system at all.
> > > > >
> > > > > On Mon, Nov 2, 2015 at 10:28 PM, Dan Haywood <
> > > > [email protected]
> > > > > >
> > > > > wrote:
> > > > >
> > > > > > Sorry about that... Jeroen and I noticed that error today, just
> > > hasn't
> > > > > got
> > > > > > round to pushing the fix.
> > > > > >
> > > > > > Yes, adding -app is all that's needed.
> > > > > >
> > > > > > Thx,
> > > > > > Dan
> > > > > > On 2 Nov 2015 21:13, "Martin Grigorov" <[email protected]>
> > wrote:
> > > > > >
> > > > > > > Adding the -app dependency to webapp/pom.xml helped!
> > > > > > >
> > > > > > > But the README doesn't explain such step.
> > > > > > >
> > > > > > > Martin Grigorov
> > > > > > > Wicket Training and Consulting
> > > > > > > https://twitter.com/mtgrigorov
> > > > > > >
> > > > > > > On Mon, Nov 2, 2015 at 10:06 PM, Martin Grigorov <
> > > > [email protected]
> > > > > >
> > > > > > > wrote:
> > > > > > >
> > > > > > > > Hi devs,
> > > > > > > >
> > > > > > > > I'm trying to run the demo app of IsisAddon Security module
> but
> > > > both
> > > > > in
> > > > > > > > IDEA and at command line (mvn antrun:run -P self-host) it
> fails
> > > > with:
> > > > > > > >
> > > > > > > > Caused by:
> > > > > > > org.apache.isis.core.commons.factory.UnavailableClassException:
> > > > > > > > The class
> > > 'org.isisaddons.module.security.app.SecurityAppManifest'
> > > > > > cannot
> > > > > > > > be found
> > > > > > > >      [exec] at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.isis.core.commons.factory.InstanceUtil.createInstance(InstanceUtil.java:94)
> > > > > > > >      [exec] at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.isis.core.commons.factory.InstanceUtil.createInstance(InstanceUtil.java:39)
> > > > > > > >      [exec] at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.isis.core.runtime.systemusinginstallers.IsisComponentProviderUsingInstallers.appManifestIfAny(IsisComponentProviderUsingInstallers.java:158)
> > > > > > > >      [exec] at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.isis.core.runtime.systemusinginstallers.IsisComponentProviderUsingInstallers.<init>(IsisComponentProviderUsingInstallers.java:61)
> > > > > > > >      [exec] at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.isis.core.runtime.systemusinginstallers.IsisSystemThatUsesInstallersFactory.createSystem(IsisSystemThatUsesInstallersFactory.java:98)
> > > > > > > >      [exec] at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.isis.core.runtime.runner.IsisInjectModule.provideIsisSystem(IsisInjectModule.java:139)
> > > > > > > >
> > > > > > > > org.isisaddons.module.security.app.SecurityAppManifest is in
> > the
> > > > -app
> > > > > > > > module which seems to not be referenced by neither -webapp,
> nor
> > > > > > -fixture,
> > > > > > > > nor -dom.
> > > > > > > >
> > > > > > > > How is this supposed to work?
> > > > > > > >
> > > > > > > >
> > > > > > > > Martin Grigorov
> > > > > > > > Wicket Training and Consulting
> > > > > > > > https://twitter.com/mtgrigorov
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Regards,
> > > > > Alexander
> > > > >
> > > >
> > >
> > >
> > >
> > > --
> > > Regards,
> > > Alexander
> > >
> >
>
>
>
> --
> Regards,
> Alexander
>

Reply via email to