Community Sessions: Bring Your Charmed Operator!

Hi everybody, the Juju team at Canonical has been hosting a series of events where members of other teams can present their charms using the operator framework. It has been a great experience so far - specialists can point newbies in the right direction and newbies can give some feedback about the charming process.

These sessions are now open to anyone in the community!

This is a great opportunity to ask any - and I mean any - questions about your charms, charmhub, Juju or JAAS. Regardless of your level of expertise.

You’ve followed @jnsgruk 's tutorial on building your first charm? Show everyone! You’ve been charming for years and would like to know more about the Operator Framework? Let’s have a chat! You are more into machine charms? We love machine charms! You have no idea what is a charm but you would like to know more about the future of cloud operations and applications? Join us!

The link for the call is the same regardless of the day and the 1-hour sessions will run until further notice: https://meet.google.com/oem-msyg-hpo

GMT BST CET PT Tokyo Brasília
Mondays 8 a.m. 9 a.m. 10 a.m. 1 a.m. 6 p.m. 5 a.m.
Tuesdays 11 a.m. noon 1 p.m. 4 a.m. 9 p.m. 8 a.m.
Wednesdays 5 p.m. 6 p.m. 7 p.m. 10 a.m. 3 a.m. 2 p.m.
Thursdays 3 p.m. 4 p.m. 5 p.m. 8 a.m. 1 a.m. noon

The list of presenter can be found here.

If you would like to present your charm, please drop me a message and I will be happy to schedule time for you :wink:

Thanks,
Keep charming!

11 Likes

This is posted in our internal Teams for the Thursday 8:th july event @pedroleaoc .

3 Likes

I built a supplementary gitlab (Server) operator charm which I will use on thursday for the demo:

https://github.com/erik78se/operator-gitlab

This deploys a full gitlab server which then can be used together with the https://github.com/erik78se/operator-gitlab-runner

The full demo should be possible to follow interactively with the below using the repos above:

juju deploy ./gitlab.charm --constraints="mem=6G"
juju deploy ./gitlab-runner.charm
juju config gitlab-runner gitlab-registration-token="XYZ"    
juju config gitlab-runner gitlab-server="http://<ip-of-gitlab>"   
juju config gitlab-runner run-untagged=true
1 Like

############################

Community Session Dates and Charms

############################

3 Likes