Skip to content

Instantly share code, notes, and snippets.

View ianychoi's full-sized avatar

Ian Y. Choi ianychoi

View GitHub Profile
@ianychoi
ianychoi / ArchGuideRst.tex
Created February 5, 2017 09:57
Result of tex file for arch-design build test in openstack/openstack-manuals
%% Generated by Sphinx.
\def\sphinxdocclass{report}
\documentclass[a4paper,11pt,english]{sphinxmanual}
\ifdefined\pdfpxdimen
\let\sphinxpxdimen\pdfpxdimen\else\newdimen\sphinxpxdimen
\fi \sphinxpxdimen=49336sp\relax
\usepackage[margin=1in,marginparwidth=0.5in]{geometry}
\usepackage[utf8]{inputenc}
\ifdefined\DeclareUnicodeCharacter
@ianychoi
ianychoi / conf.py
Created February 5, 2017 09:56
Test conf.py for arch-design in openstack/openstack-manuals
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
# implied.
OpenStack accounts are set up, you can skip to the development workflow
section of this documentation to learn how changes to OpenStack should be
submitted for review via the Gerrit tool:
http://docs.openstack.org/infra/manual/developers.html#development-workflow
Pull requests submitted through GitHub will be ignored.
Bugs should be filed on Launchpad, not GitHub:

Team and repository tags

OpenStack I18n

@ianychoi
ianychoi / README.rst
Last active November 29, 2016 16:03
openstack/i18n badge test (proposed by ianychoi with badge svg modification)

Team and repository tags

https://www.dropbox.com/s/5cdnh0b5dgrjeub/i18n.svg?dl=1

OpenStack I18n

@ianychoi
ianychoi / README.rst
Last active November 30, 2016 01:09
openstack/i18n badge test (proposed version by Flavio Percoco)

Team and repository tags

OpenStack I18n

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
https://www.dropbox.com/s/8uqdf9e98etxqzc/training-guides.svg?dl=1

OpenStack Training Guides

This repository contains open source training manuals that can be used to learn about the OpenStack project.

For more details, see the `OpenStack Training Guides wiki page

1. DevStack
- http://docs.openstack.org/developer/devstack/
- 환경: Ubuntu 16.04 Server (14.04도 무관)
1) Ubuntu 가상 머신을 설치 후 최신으로 업데이트
## 설치시: 두 번째 어댑터에 기본 host-only 네트워크 추가
# apt-get update
===> # apt update
# apt-get upgrade
[[local|localrc]]
# For Ubuntu 16.04 LTS
#FORCE=yes
# Logging
DEST=/opt/stack
LOGFILE=$DEST/logs/stack.sh.log
SCREEN_LOGDIR=$DEST/logs/screen