Skip to content

Instantly share code, notes, and snippets.

View briandant's full-sized avatar

Brian Dant briandant

View GitHub Profile
chaz@Brians-MacBook-Pro [14:51:48] [~/dev/projects/whalez] [master]
-> % source /Users/chaz/.carina/clusters/[email protected]/clicluster/docker.env
chaz@Brians-MacBook-Pro [14:51:54] [~/dev/projects/whalez] [master]
-> % carina ls
ClusterName         Flavor              Nodes               AutoScale           Status
webcluster          container1-4G       1                   false               active

I sourced the file:

chaz@Brians-MacBook-Pro [14:51:48] [~/dev/projects/whalez] [master]
-> % source /Users/chaz/.carina/clusters/[email protected]/clicluster/docker.env

The clusters are showing up:

Image Pull Request PR Notes

My first one seems to have failed ... what would I do next as a user?

The PR will presumably sit in the "Recent" window, and I can't get rid of it.

A request to make a project can 500 if there's no image_settings associated:

Traceback

commit f231b69ab61f2a9d42d82ed425318f64cbe6d36c
Author: Brian Dant <[email protected]>
Date:   Fri Aug 12 14:03:03 2016 -0700

    Remove the explicit declaration of Ubuntu codename.
    
    We're now relying on Ansible's `ansible_distribution_release`
    variable where we need to know the release we're using.
/* hide the sidebar */
#team_menu {display: none;}
#col_channels_bg {display: none;}
#col_channels {display: none;}
#messages_container {margin-left: 0;}
#messages-input-container {left: -160px;}
/* move the favouites star over */
#channel_header .star {

Okay, this release doesn't feel as awesome as the last one, but can you blame us? That was a pretty sweet release.

Improvements

A new staging cluster

We've made a new cluster for staging. This was critical because breaking ISC's staging server or Nate's demo server was getting kinda old. This server will receive automatic pushes from develop via Codeship.

Merge commit: https://github.com/appsembler/wharf/commit/3090192
Primary commit: https://github.com/appsembler/wharf/commit/ce2c07238c1a33623a5b4760ba6fd707d2dec327

Keybase proof

I hereby claim:

  • I am briandant on github.
  • I am briandant (https://keybase.io/briandant) on keybase.
  • I have a public key whose fingerprint is 668F 7D35 BEB2 F4E9 390A 3371 53E9 CDC0 ECF5 AD8E

To claim this, I am signing this object:

sh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCpVhMnN/2SAWGiv+6YI1tbUIejLYtidIoO3d7COTNetTTVGzwgr0+HFVgFcUAkXYIiT5vAfEhryyUR4clfX71p+hlodL5+ktvR3x1y6JDVnXsDrO3ueR+SZd9N/JMw1PR1G3EhJ6PQ/cj1pqvS4rplsstXTccH3C+djOOaTaYGeVbRRg3bkSy2acZ5oN4dCzvXa//gdghs/6hz6qEm8D6/JwbYIq6kHj/rV2S4NR+RM51wRytnllaDXa4kGmiFODGH34rDzV1UjvFB4NcuREdudX9a3gwb0hLraPKe3tA7QBpmbme7QiEKvKTRx3JwPKeBrUlSPC2lwHYn8h9P+dLH [email protected]
FROM lubars/isc-ipd:stable
MAINTAINER Stuart Peters <[email protected]>
RUN apk --update add build-base g++ make curl wget openssl-dev apache2-utils git libxml2-dev sshfs nodejs bash tmux curl
RUN rm -f /var/cache/apk/*\
# RUN go get github.com/yudai/gotty
RUN mkdir /gotty
WORKDIR /gotty
FROM openjdk:jre-slim
MAINTAINER Nick Woebcke <[email protected]>
# Arguments passed in
ARG FTP_PATH
ARG KIT_DIR
ENV TERRAFORM_VER="0.9.4"
ENV DOCKER_VERSION="17.03.1-ce"
# Get basic dependencies