root@spsandboxbl02:/var/log/maas# cat /etc/issue
Ubuntu 14.04.1 LTS \n \l
遵循本指南:
http://maas.ubuntu.com/docs/install.html
root@spsandboxbl02:/var/log/maas# apt-get install maas maas-cluster-controller maas-dhcp maas-dns
Reading package lists... Done
Building dependency tree
Reading state information... Done
maas is already the newest version.
maas-cluster-controller is already the newest version.
maas-cluster-controller set to manually installed.
maas-dhcp is already the newest version.
maas-dns is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 10 not upgraded.
我有一个已启动并运行 3 个网络的 MAAS 服务器;
MGMT - x.x.x.0/26 DNS and DHCP Managed PUBLIC - y.y.y.0/26 Unmanaged DATA - z.z.z.0/26 Unmanaged
我已经启动并运行了 MAAS 集群管理器节点,下载了 PXE 启动映像,但无法将节点加入其中。我的其他节点正在使用 eth0,应该从 MAAS 接收 DHCP,但事实并非如此。即使手动重新启动 MAAS 节点中的 dhcp 服务器也不起作用。因此 PXE 也无法使用。
Symptoms:
Manually adding a node:
no communication
PXE booting a node on the MAAS managed net:
No DHCP address received (apt-get install maas-dhcp maas-dns completed, dpkg-reconfigure maas-dhcp and MAAS performed as well)
以 MAAS 安装形式从安装盘启动:
没有 DHCP,子网上的手动网络配置通过 sigterm 完成,节点没有重新启动或提供任何类型的状态消息,并且 6 小时后没有任何内容。
到目前为止,我还没有找到使用 Ubuntu 14.04(无 VLAN)向 MAAS 添加节点的方法。
答案1
在设置我想允许访问 Squid 代理的私有子网/etc/squid=deb-proxy/allowed-networks-src.acl
后
# private networks
192.168.1.0/24
我仍然有这个问题;
我添加了以下内容/etc/squid\-deb-proxy/squid-deb-proxy.conf
:
cache_peer proxy.domain.com parent 8080 0 no-query default login=anonymous:password
这告诉 Squid 以透明的方式直接将请求传送到代理。节点现在安装正常。