mirror of
https://github.com/cunnie/sslip.io.git
synced 2025-10-07 08:31:02 +08:00
BOSH release: 2.3.0: kv.sslip.io key-value store
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
||||||
cd $DIR/../src/sslip.io-dns-server
|
cd $DIR/../src/sslip.io-dns-server
|
||||||
ldflags="-X xip/xip.VersionSemantic=2.2.4 \
|
ldflags="-X xip/xip.VersionSemantic=2.3.0 \
|
||||||
-X xip/xip.VersionDate=$(date +%Y/%m/%d-%H:%M:%S%z) \
|
-X xip/xip.VersionDate=$(date +%Y/%m/%d-%H:%M:%S%z) \
|
||||||
-X xip/xip.VersionGitHash=$(git rev-parse --short HEAD)"
|
-X xip/xip.VersionGitHash=$(git rev-parse --short HEAD)"
|
||||||
export GOOS GOARCH
|
export GOOS GOARCH
|
||||||
|
@@ -27,6 +27,10 @@ builds:
|
|||||||
version: 618bfe3b109f886f329fd5eb7905531aab3d8560418782631006cc09e973deba
|
version: 618bfe3b109f886f329fd5eb7905531aab3d8560418782631006cc09e973deba
|
||||||
blobstore_id: 79a8e95c-3ae3-4626-54df-a56a9a867def
|
blobstore_id: 79a8e95c-3ae3-4626-54df-a56a9a867def
|
||||||
sha1: sha256:5e44389f55dceb9012beee90721ff02d38c73e7922c6872129b3eae332a407e3
|
sha1: sha256:5e44389f55dceb9012beee90721ff02d38c73e7922c6872129b3eae332a407e3
|
||||||
|
663565b31241fbac61a1cf3e756b573103d15cc541676e7076cbb24affc4cb16:
|
||||||
|
version: 663565b31241fbac61a1cf3e756b573103d15cc541676e7076cbb24affc4cb16
|
||||||
|
blobstore_id: a68337ca-1c9e-4597-485d-2ee9f081c3b5
|
||||||
|
sha1: sha256:7f4a32260a0d254ba9bbbdb4ad9f42618e600579618acd60dd23a8f45b783f04
|
||||||
786561e90d2c832e021fdf46fc75aad34c66abd32e776f74b4130f7ae2427b67:
|
786561e90d2c832e021fdf46fc75aad34c66abd32e776f74b4130f7ae2427b67:
|
||||||
version: 786561e90d2c832e021fdf46fc75aad34c66abd32e776f74b4130f7ae2427b67
|
version: 786561e90d2c832e021fdf46fc75aad34c66abd32e776f74b4130f7ae2427b67
|
||||||
blobstore_id: f81ff453-5d1d-45c3-5e96-0147611a2bee
|
blobstore_id: f81ff453-5d1d-45c3-5e96-0147611a2bee
|
||||||
|
@@ -5,9 +5,9 @@ source /var/vcap/packages/golang-1-linux/bosh/compile.env
|
|||||||
mkdir src ${BOSH_INSTALL_TARGET}/bin
|
mkdir src ${BOSH_INSTALL_TARGET}/bin
|
||||||
mv sslip.io-dns-server/{go.*,main.go,xip} src/
|
mv sslip.io-dns-server/{go.*,main.go,xip} src/
|
||||||
cd src/
|
cd src/
|
||||||
ldflags="-X xip/xip.VersionSemantic=2.2.4 \
|
ldflags="-X xip/xip.VersionSemantic=2.3.0 \
|
||||||
-X xip/xip.VersionDate=$(date +%Y/%m/%d-%H:%M:%S%z) \
|
-X xip/xip.VersionDate=$(date +%Y/%m/%d-%H:%M:%S%z) \
|
||||||
-X xip/xip.VersionGitHash=4b0bd69"
|
-X xip/xip.VersionGitHash=84ffaee"
|
||||||
go build \
|
go build \
|
||||||
-ldflags="$ldflags" \
|
-ldflags="$ldflags" \
|
||||||
-o ${BOSH_INSTALL_TARGET}/bin/sslip.io-dns-server
|
-o ${BOSH_INSTALL_TARGET}/bin/sslip.io-dns-server
|
||||||
|
@@ -5,6 +5,8 @@ builds:
|
|||||||
version: 1.3.1
|
version: 1.3.1
|
||||||
520c044f-c0d0-4fd8-72a4-ed482efa2a96:
|
520c044f-c0d0-4fd8-72a4-ed482efa2a96:
|
||||||
version: 1.3.0
|
version: 1.3.0
|
||||||
|
5a0e2878-cc0e-4daf-4977-724451ad9855:
|
||||||
|
version: 2.3.0
|
||||||
623b429d-bb4e-4064-5dd2-bf8287e6854b:
|
623b429d-bb4e-4064-5dd2-bf8287e6854b:
|
||||||
version: 2.1.1
|
version: 2.1.1
|
||||||
6f328239-8642-475a-4bf7-e64fd6e7cb31:
|
6f328239-8642-475a-4bf7-e64fd6e7cb31:
|
||||||
|
23
bosh-release/releases/sslip.io/sslip.io-2.3.0.yml
Normal file
23
bosh-release/releases/sslip.io/sslip.io-2.3.0.yml
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
name: sslip.io
|
||||||
|
version: 2.3.0
|
||||||
|
commit_hash: 6a22928
|
||||||
|
uncommitted_changes: false
|
||||||
|
jobs:
|
||||||
|
- name: sslip.io-dns-server
|
||||||
|
version: 308acb7c186a042bc2ca4c28b83c9fe7589a64c48ab6a11869c442bcaea8fdf9
|
||||||
|
fingerprint: 308acb7c186a042bc2ca4c28b83c9fe7589a64c48ab6a11869c442bcaea8fdf9
|
||||||
|
sha1: sha256:6ca6f2c11816a82ecb3cf9300ea59369977cbaa7c39eddca35628a7c6b9b5b45
|
||||||
|
packages:
|
||||||
|
- sslip.io-dns-server
|
||||||
|
packages:
|
||||||
|
- name: golang-1-linux
|
||||||
|
version: 92655dbac2d36906f0d761ab03f2eb6bfa9a22730d8f1591a1acb7a6de875ed4
|
||||||
|
fingerprint: 92655dbac2d36906f0d761ab03f2eb6bfa9a22730d8f1591a1acb7a6de875ed4
|
||||||
|
sha1: sha256:e09c7eb7e88462113fdf2095d1ab0d4b9aed0dfd26cdda19744a47f006f6fe7c
|
||||||
|
dependencies: []
|
||||||
|
- name: sslip.io-dns-server
|
||||||
|
version: 663565b31241fbac61a1cf3e756b573103d15cc541676e7076cbb24affc4cb16
|
||||||
|
fingerprint: 663565b31241fbac61a1cf3e756b573103d15cc541676e7076cbb24affc4cb16
|
||||||
|
sha1: sha256:7f4a32260a0d254ba9bbbdb4ad9f42618e600579618acd60dd23a8f45b783f04
|
||||||
|
dependencies:
|
||||||
|
- golang-1-linux
|
@@ -4,8 +4,8 @@ These instructions are meant primarily for me when deploying a new BOSH release;
|
|||||||
they might not make sense unless you're on my workstation.
|
they might not make sense unless you're on my workstation.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
export OLD_VERSION=2.2.3
|
export OLD_VERSION=2.2.4
|
||||||
export VERSION=2.2.4
|
export VERSION=2.3.0
|
||||||
cd ~/workspace/sslip.io
|
cd ~/workspace/sslip.io
|
||||||
git pull -r --autostash
|
git pull -r --autostash
|
||||||
# update the version number for the TXT record for version.sslip.io
|
# update the version number for the TXT record for version.sslip.io
|
||||||
@@ -28,7 +28,7 @@ bosh create-release --force
|
|||||||
bosh upload-release
|
bosh upload-release
|
||||||
bosh -n -d sslip.io-dns-server deploy ~/workspace/deployments/sslip.io-dns-server.yml --recreate
|
bosh -n -d sslip.io-dns-server deploy ~/workspace/deployments/sslip.io-dns-server.yml --recreate
|
||||||
bosh instances # record the IP address of the instance
|
bosh instances # record the IP address of the instance
|
||||||
IP=10.0.250.3
|
IP=10.0.250.22
|
||||||
dig +short 127.0.0.1.example.com @$IP
|
dig +short 127.0.0.1.example.com @$IP
|
||||||
echo 127.0.0.1
|
echo 127.0.0.1
|
||||||
dig +short ns example.com @$IP
|
dig +short ns example.com @$IP
|
||||||
@@ -51,9 +51,21 @@ dig @$IP txt ip.sslip.io +short | tr -d '"'
|
|||||||
curl curlmyip.org; echo
|
curl curlmyip.org; echo
|
||||||
dig @$IP txt version.sslip.io +short | grep $VERSION
|
dig @$IP txt version.sslip.io +short | grep $VERSION
|
||||||
echo "\"$VERSION\""
|
echo "\"$VERSION\""
|
||||||
|
dig @$IP my-key.kv.sslip.io txt +short # returns nothing
|
||||||
|
echo " ===" # separator because the results are too similar
|
||||||
|
dig @$IP put.MyValue.my-key.kv.sslip.io txt +short
|
||||||
|
echo "\"MyValue\""
|
||||||
|
echo " ===" # separator because the results are too similar
|
||||||
|
dig @$IP MY-KEY.kv.sslip.io txt +short
|
||||||
|
echo "\"MyValue\""
|
||||||
|
echo " ===" # separator because the results are too similar
|
||||||
|
dig @$IP delete.my-key.kv.sslip.io txt +short
|
||||||
|
echo "\"MyValue\""
|
||||||
|
echo " ===" # separator because the results are too similar
|
||||||
|
dig @$IP my-key.kv.sslip.io txt +short # returns nothing
|
||||||
pushd ..
|
pushd ..
|
||||||
git add -p
|
git add -p
|
||||||
git ci -vm"BOSH release: $VERSION: Deprecate nono.io nameservers"
|
git ci -vm"BOSH release: $VERSION: kv.sslip.io key-value store"
|
||||||
popd
|
popd
|
||||||
bosh upload-blobs
|
bosh upload-blobs
|
||||||
bosh create-release \
|
bosh create-release \
|
||||||
|
@@ -26,7 +26,7 @@ LABEL maintainer="brian.cunnie@gmail.com"
|
|||||||
RUN apk update && apk add bind-tools
|
RUN apk update && apk add bind-tools
|
||||||
|
|
||||||
ARG TARGETARCH # amd64, arm64 (so I can run on AWS graviton2)
|
ARG TARGETARCH # amd64, arm64 (so I can run on AWS graviton2)
|
||||||
RUN wget https://github.com/cunnie/sslip.io/releases/download/2.2.4/sslip.io-dns-server-linux-$TARGETARCH \
|
RUN wget https://github.com/cunnie/sslip.io/releases/download/2.3.0/sslip.io-dns-server-linux-$TARGETARCH \
|
||||||
-O /usr/sbin/sslip.io-dns-server; \
|
-O /usr/sbin/sslip.io-dns-server; \
|
||||||
chmod 755 /usr/sbin/sslip.io-dns-server
|
chmod 755 /usr/sbin/sslip.io-dns-server
|
||||||
|
|
||||||
|
@@ -156,7 +156,7 @@ src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]-->
|
|||||||
example, we install & run our server within a docker container:</p>
|
example, we install & run our server within a docker container:</p>
|
||||||
<pre>
|
<pre>
|
||||||
docker run -it --rm fedora
|
docker run -it --rm fedora
|
||||||
curl -L https://github.com/cunnie/sslip.io/releases/download/2.2.4/sslip.io-dns-server-linux-amd64 -o dns-server
|
curl -L https://github.com/cunnie/sslip.io/releases/download/2.3.0/sslip.io-dns-server-linux-amd64 -o dns-server
|
||||||
chmod +x dns-server
|
chmod +x dns-server
|
||||||
./dns-server 2> dns-server.log &
|
./dns-server 2> dns-server.log &
|
||||||
dnf install -y bind-utils
|
dnf install -y bind-utils
|
||||||
|
@@ -18,7 +18,7 @@ def get_whois_nameservers(domain)
|
|||||||
end
|
end
|
||||||
|
|
||||||
domain = ENV['DOMAIN'] || 'example.com'
|
domain = ENV['DOMAIN'] || 'example.com'
|
||||||
sslip_version = '2.2.4'
|
sslip_version = '2.3.0'
|
||||||
whois_nameservers = get_whois_nameservers(domain)
|
whois_nameservers = get_whois_nameservers(domain)
|
||||||
|
|
||||||
describe domain do
|
describe domain do
|
||||||
|
Reference in New Issue
Block a user