AWS服务 OpenStack服务 OpenStack单词的中文解释 Dashboard AWS Console Horizon 地平线; 范围; 界限; 眼界 计算Compute EC2 Nova 新星 网络 VPC Neutron 中子 对象存储 S3 Swift 雨燕;敏捷的 块存储 EBS Cinder 煤渣;矿渣...
分类:
其他好文 时间:
2015-09-03 12:47:47
阅读次数:
292
OpenStackNetworking(neutron)需要一个控制节点(controllernode)、一个网络节点(networknode)以及至少一个计算节点(computenode)。一、物理环境部署1.物理环境规划表1.1.OpenStack环境部署二、安装前的部署1.1配置主机名root@controller:~#vim/etc/hostname
controller1.2配置I..
分类:
其他好文 时间:
2015-09-01 14:12:12
阅读次数:
449
1.修改主机名称[root@centos ~]# vim /etc/sysconfig/network打开文件,修改以下内容并保存 NETWORKING=yes #使用网络 HOSTNAME=centos #设置主机名称[root@centos ~]# hostname ce...
分类:
其他好文 时间:
2015-08-31 14:55:59
阅读次数:
154
https://www.udemy.com/python-programming-for-real-life-networking-use/https://pynet.twb-tech.com/blog/python/books-beginners.htmlPython Book Recommend...
分类:
编程语言 时间:
2015-08-29 12:20:20
阅读次数:
211
#! /bin/bash#Source function library. . /etc/init.d/functions#Check that networking is up.. /etc/sysconfig/networkif [ "$NETWORKING" = "no" ]then ...
分类:
Web程序 时间:
2015-08-27 20:41:42
阅读次数:
209
1.你需要精通面向对象分析与设计(OOA/OOD)、涉及模式(GOF,J2EEDP)以及综合模式。你应该了解UML,尤其是class,object,interaction以及statediagrams。 2.你需要学习Java语言的基础知识以及它的核心类库(collections,serialization,streams,networking,?multithreading,reflectio...
分类:
编程语言 时间:
2015-08-26 22:26:58
阅读次数:
155
The data link layer or layer 2 is the second layer of the seven-layer OSI model of computer networking. The data link layer is concerned with local de...
分类:
其他好文 时间:
2015-08-26 19:22:19
阅读次数:
158
运行结果如下:$ ./nova-ifinfo a7026868-407c-4c54-bb8f-a68623d7e13fvm name is: instance-00000035 # 查找VM的名字qemu pid is: 43146, iface host fd: 28, iface fd: 26,...
分类:
其他好文 时间:
2015-08-25 21:07:21
阅读次数:
255
配置neutron-server编辑/etc/neutron/neutron.conf[DEFAULT]
router_distributed=True编辑/etc/neutron/plugins/ml2/ml2_conf.ini,添加l2population[ml2]
mechanism_drivers=openvswitch,l2population配置network节点配置L2,编辑/etc/neutron/plugins/ml2/ml2_conf.ini[ml2]
me..
分类:
其他好文 时间:
2015-08-25 16:58:02
阅读次数:
318
1, /etc/neutron/neutron.conf service_plugins = router,metering notification_driver=neutron.openstack.common.notifier.rpc_notifier2, /etc/neutron/mete....
分类:
其他好文 时间:
2015-08-20 12:59:20
阅读次数:
145