Debian openStack 文件配置源总结整理

云计算 OpenStack
本文中,作者将 Debian 上部署 OpenStack 的文件配置源总结整理成经典笔记,方便大家学习。

Debian是一个大的系统组织框架,在这个框架下有多种不同操作系统核心的分支计划,主要为采用Linux核心的Debian GNU/Linux系统,其他还有采用GNU Hurd核心的Debian GNU/Hurd系统、采用FreeBSD核心的Debian GNU/kFreeBSD系统,以及采用NetBSD核心的Debian GNU/NetBSD系统。甚至还有应用Debian的系统架构和工具,采用OpenSolaris核心构建而成的Nexenta OS系统。在这些Debian系统中,以采用Linux核心的Debian GNU/Linux最为著名。众多的Linux发布版,例如Ubuntu、Knoppix和Linspire及Xandros等,都建基于Debian GNU/Linux。

本文中,作者将 Debian 上部署 OpenStack 的文件配置源总结整理成经典笔记,方便大家学习。

1.静态IP地址设置格式:

  1. # This file describes the network interfaces available on your system 
  2. # and how to activate them. For more information, see interfaces(5). 
  3.  
  4. # The loopback network interface 
  5. auto lo 
  6. iface lo inet loopback 
  7.  
  8. #Controller 
  9. auto eth0 
  10. iface eth0 inet static 
  11. address 192.168.61.132 
  12. netmask 255.255.255.0 
  13. boardcast 192.168.61.255 
  14. gateway 192.168.61.2  

2.debian 软件源:

  1.  
  2. # deb cdrom:[Debian GNU/Linux 7.7.0 _Wheezy_ - Official i386 CD Binary-1 20141018-11:53]/ wheezy main 
  3.  
  4.  
  5. #deb cdrom:[Debian GNU/Linux 7.7.0 _Wheezy_ - Official i386 CD Binary-1 20141018-11:53]/ wheezy main 
  6.  
  7. deb http://mirrors.163.com/debian/ wheezy main 
  8. deb-src http://mirrors.163.com/debian/ wheezy main 
  9.  
  10.  
  11. #add debian Source 
  12.  
  13. deb http://http.us.debian.org/debian stable main contrib non-free 
  14. deb http://non-us.debian.org/debian-non-US stable/non-US main contrib non-free 
  15. deb http://security.debian.org stable/updates main contrib non-free 
  16.  
  17. #add debian openStack 
  18.  
  19. deb http://archive.gplhost.com/debian juno-backports main 
  20. deb http://archive.gplhost.com/debian juno main 
  21.  
  22. deb http://security.debian.org/ wheezy/updates main 
  23. deb-src http://security.debian.org/ wheezy/updates main 
  24.  
  25. # wheezy-updates, previously known as 'volatile' 
  26. deb http://mirrors.163.com/debian/ wheezy-updates main 
  27. deb-src http://mirrors.163.com/debian/ wheezy-updates main 

原文出自:http://blog.csdn.net/yuyezhulan/article/details/42015275

责任编辑:Ophira 来源: yuyezhulan的专栏
相关推荐

2011-02-21 14:35:00

Debian资料

2010-05-25 14:24:38

Debian 源列表

2011-02-23 11:15:21

DebianProFTPd

2010-01-13 09:52:38

Linuxdebian

2013-12-11 22:08:22

2015-05-28 10:38:55

CentOSOpenStack软件源

2010-09-01 09:18:56

DHCP配置文件

2009-09-07 09:44:49

Debian LinuLVM配置手册

2012-10-09 10:26:52

Linux目录权限

2013-03-28 09:45:34

iOS学习笔记总结整理

2011-04-02 13:47:15

Debianmrtg配置

2012-05-18 13:13:45

OpenStack红帽IBM

2013-02-25 15:57:34

NagiosOpenStack监控

2013-12-08 19:51:20

OpenStack网络配置

2013-12-08 18:13:08

OpenStack横向扩展

2011-02-23 12:18:28

DebianProFTPd服务器

2015-08-14 10:32:10

CentOSOpenStack搭建本地源

2013-09-16 15:46:50

OpenStack云计算

2010-02-22 17:25:47

CentOS yum

2010-12-27 09:59:11

ODBC数据源
点赞
收藏

51CTO技术栈公众号