kubernetes-docs-ko$ HUGO_VERSION=0.46 make docker-image -e
kubernetes-docs-ko$ make docker-serve
~/git/kubernetes-docs-ko$ HUGO_VERSION=0.46 make docker-image -e
import java.io.IOException; | |
import com.amazonaws.auth.PropertiesCredentials; | |
import com.amazonaws.services.cloudwatch.AmazonCloudWatch; | |
import com.amazonaws.services.cloudwatch.AmazonCloudWatchClient; | |
import com.amazonaws.services.cloudwatch.model.DescribeAlarmsRequest; | |
import com.amazonaws.services.cloudwatch.model.DescribeAlarmsResult; | |
import com.amazonaws.services.cloudwatch.model.MetricAlarm; | |
public class CloudWatchSample { |
june@hp650:~/git/openstack/nova$ tox -e functional nova.tests.functional.test_servers.ServersTest.test_create_and_rebuild_server | |
functional develop-inst-noop: /home/june/git/openstack/nova | |
functional installed: alabaster==0.7.9,alembic==0.8.9,amqp==1.4.9,anyjson==0.3.3,appdirs==1.4.0,Babel==2.3.4,bandit==1.3.0,cachetools==2.0.0,castellan==0.4.0,cffi==1.9.1,cliff==2.3.0,cmd2==0.6.9,colorama==0.3.7,contextlib2==0.5.4,coverage==4.3.1,cryptography==1.7.1,ddt==1.1.1,debtcollector==1.10.0,decorator==4.0.10,docutils==0.12,dogpile.cache==0.6.2,dulwich==0.16.1,enum34==1.1.6,eventlet==0.19.0,extras==1.0.0,fasteners==0.14.1,fixtures==3.0.0,flake8==2.2.4,funcsigs==1.0.2,functools32==3.2.3.post2,futures==3.0.5,futurist==0.20.0,gabbi==1.30.0,gitdb2==2.0.0,GitPython==2.1.1,greenlet==0.4.10,hacking==0.10.2,httplib2==0.9.2,idna==2.2,ipaddress==1.0.17,iso8601==0.1.11,Jinja2==2.8.1,jsonpatch==1.14,jsonpath-rw==1.4.0,jsonpath-rw-ext==1.0.0,jsonpointer==1.10,jsonschema==2.5.1,keystoneauth1==2.16.0,keystonemiddleware==4.13.0,kombu |
june@hp650:~/git/openstack/nova$ git diff | |
diff --git a/nova/tests/functional/api/client.py b/nova/tests/functional/api/client.py | |
index b919d7f..1fb6928 100644 | |
--- a/nova/tests/functional/api/client.py | |
+++ b/nova/tests/functional/api/client.py | |
@@ -273,7 +273,7 @@ class TestOpenStackClient(object): | |
return self.api_put('/servers/%s' % server_id, server).body | |
def post_server_action(self, server_id, data): | |
- return self.api_post('/servers/%s/action' % server_id, data).body |
june@hp650:~/git/openstack/nova$ tox -e functional nova.tests.functional.test_servers.ServersTest.test_create_and_rebuild_server | |
functional develop-inst-noop: /home/june/git/openstack/nova | |
functional installed: alabaster==0.7.9,alembic==0.8.9,amqp==1.4.9,anyjson==0.3.3,appdirs==1.4.0,Babel==2.3.4,bandit==1.3.0,cachetools==2.0.0,castellan==0.4.0,cffi==1.9.1,cliff==2.3.0,cmd2==0.6.9,colorama==0.3.7,contextlib2==0.5.4,coverage==4.3.1,cryptography==1.7.1,ddt==1.1.1,debtcollector==1.10.0,decorator==4.0.10,docutils==0.12,dogpile.cache==0.6.2,dulwich==0.16.1,enum34==1.1.6,eventlet==0.19.0,extras==1.0.0,fasteners==0.14.1,fixtures==3.0.0,flake8==2.2.4,funcsigs==1.0.2,functools32==3.2.3.post2,futures==3.0.5,futurist==0.20.0,gabbi==1.30.0,gitdb2==2.0.0,GitPython==2.1.1,greenlet==0.4.10,hacking==0.10.2,httplib2==0.9.2,idna==2.2,ipaddress==1.0.17,iso8601==0.1.11,Jinja2==2.8.1,jsonpatch==1.14,jsonpath-rw==1.4.0,jsonpath-rw-ext==1.0.0,jsonpointer==1.10,jsonschema==2.5.1,keystoneauth1==2.16.0,keystonemiddleware==4.13.0,kombu |
--- | |
deployment: | |
cluster: kraken-june | |
serviceCidr: 10.32.0.0/12 | |
serviceDNS: 10.32.0.2 | |
clusterDomain: cluster.local | |
coreos: | |
- | |
name: allNodes | |
version: current |
admin: | |
access_log_path: /tmp/admin_access.log | |
address: | |
socket_address: { address: 0.0.0.0, port_value: 9901 } | |
static_resources: | |
listeners: | |
- name: listener_0 | |
address: | |
socket_address: { address: 0.0.0.0, port_value: 10000 } |
@gochist 사용자 계정으로 한글화팀 저장소를 fork해서 튜토리얼을 번역하는 경우
import os | |
import subprocess | |
DEVNULL = open(os.devnull, 'w') | |
BASE_CONTENT = "content/en" | |
WORK_CONTENT = "content/ko" | |
L_COMMIT = "website/dev-1.13-ko.3" | |
R_COMMIT = "website/master" | |
$ git remote -v
k-docs-ko [email protected]:kubernetes/kubernetes-docs-ko.git (fetch)
k-docs-ko [email protected]:kubernetes/kubernetes-docs-ko.git (push)
k8s-kr [email protected]:k8s-kr/website.git (fetch)
k8s-kr [email protected]:k8s-kr/website.git (push)
origin [email protected]:gochist/kubernetes-docs-ko.git (fetch)
origin [email protected]:gochist/kubernetes-docs-ko.git (push)
website https://github.com/kubernetes/website (fetch)
website https://github.com/kubernetes/website (push)