Discussion:
[Fab-user] v2 alpha/beta is here!
Jeff Forcier
2017-04-21 01:21:50 UTC
Permalink
Hi all,

Wrote up a big ol' blog post:
http://bitprophet.org/blog/2017/04/17/fabric-2-alpha-beta/

It says "please don't email me, use irc or the ticket tracker" but I love
you mailing list people, even if I don't show it often...so feel free to
reply here if that's what works best for you!

Thanks,
Jeff
--
Jeff Forcier
Unix sysadmin; Python engineer
http://bitprophet.org
Max Arnold
2017-04-21 03:09:51 UTC
Permalink
Post by Jeff Forcier
Hi all,
http://bitprophet.org/blog/2017/04/17/fabric-2-alpha-beta/
It says "please don't email me, use irc or the ticket tracker" but I love
you mailing list people, even if I don't show it often...so feel free to
reply here if that's what works best for you!
Congrats with the beta release! The upgrade docs are quite insightful.

What is the best way to emulate -R role1,role2 syntax? We impemented our own internal REST API which
populates env.roledefs dynamically depending on the project being deployed and heavily rely on not
embedding host strings into project's fabfile or specifying them in CLI.

--
Cheers, Max
Jeff Forcier
2017-04-22 03:27:46 UTC
Permalink
Hi Max,

A 'role' analogue hasn't been nailed down yet, besides the creation of a
'Group' object to act as an aggregation of Connections (I believe the
upgrade doc mentions this in a few places).

That said, I just made a ticket to track this as another user/developer
brought it up independently in the meta-ticket, so look here and please
offer your thoughts if you want:

https://github.com/fabric/fabric/issues/1594

Thanks,
Jeff
Post by Max Arnold
Post by Jeff Forcier
Hi all,
http://bitprophet.org/blog/2017/04/17/fabric-2-alpha-beta/
It says "please don't email me, use irc or the ticket tracker" but I love
you mailing list people, even if I don't show it often...so feel free to
reply here if that's what works best for you!
Congrats with the beta release! The upgrade docs are quite insightful.
What is the best way to emulate -R role1,role2 syntax? We impemented our
own internal REST API which
populates env.roledefs dynamically depending on the project being deployed
and heavily rely on not
embedding host strings into project's fabfile or specifying them in CLI.
--
Cheers, Max
_______________________________________________
Fab-user mailing list
https://lists.nongnu.org/mailman/listinfo/fab-user
--
Jeff Forcier
Unix sysadmin; Python engineer
http://bitprophet.org
Loading...