Commit Graph
82 Commits
Author SHA1 Message Date
邱剑 a4f252bbb2 Merge pull request #42 in YUNIONIO/onecloud from ~QIUJIAN/onecloud:bugfix/qj-server-pending-delete-clean to release/2.0.0
* commit 'f7d815eb641d531eaa5e21d6ff07113d056bdcd4':
  forget to update cronjob lastRun
  修正:增加PendingDeleteCheckSeconds参数,设置多久进行一次扫描
  minor updates
  修正:阿里云主机清理回收站功能
2018-08-13 12:30:45 +08:00
Qiu Jian f7d815eb64 forget to update cronjob lastRun 2018-08-12 09:11:22 +08:00
Qiu Jian 1f8bf7fa04 修正:增加PendingDeleteCheckSeconds参数,设置多久进行一次扫描 2018-08-11 22:50:53 +08:00
邱剑 e0f42e6e3c Merge pull request #41 in YUNIONIO/onecloud from ~QUXUAN/onecloud:feature/qx-validate-create-data to release/2.0.0
* commit '7c030147e8bcd221fb065f12a3c69c7d46552a59':
2018-08-11 22:25:56 +08:00
Qiu Jian e112524185 minor updates 2018-08-11 22:24:06 +08:00
Qiu Jian f52557a3f8 修正:阿里云主机清理回收站功能 2018-08-11 22:21:25 +08:00
屈轩 7c030147e8 Merge branch 'release/2.0.0' of ssh://git.yunion.io/~quxuan/onecloud into feature/qx-validate-create-data 2018-08-11 21:15:06 +08:00
张东亮 4044ec5d6f Merge pull request #37 in YUNIONIO/onecloud from ~TANGBIN/onecloud:bugfix/tb-ldap-delete-fix to release/2.0.0
* commit '534d3d3d7785900c34abc4e6a3f4a0197986e989':
  use httperrors lib
  return fast
  allow delete ldap
2018-08-11 21:13:56 +08:00
张东亮 3fda9e6451 Merge pull request #37 in YUNIONIO/onecloud from ~TANGBIN/onecloud:bugfix/tb-ldap-delete-fix to release/2.0.0
* commit '534d3d3d7785900c34abc4e6a3f4a0197986e989':
  use httperrors lib
  return fast
  allow delete ldap
2018-08-11 18:50:33 +08:00
TangBin 534d3d3d77 use httperrors lib 2018-08-11 18:40:45 +08:00
邱剑 d3ca14ea72 Merge pull request #36 in YUNIONIO/onecloud from ~QIUJIAN/onecloud:bugfix/qj-alloow-server-update-name to release/2.0.0
* commit '53caf371f5b15441c47501e8b5ae308a92e07fc3':
  改进:同步python和golang的validateupdatedata实现,允许修改主机名
2018-08-11 18:19:17 +08:00
TangBin e7503d8d0a return fast 2018-08-11 17:58:08 +08:00
TangBin cae8d734e1 allow delete ldap 2018-08-11 17:22:45 +08:00
Qiu Jian 53caf371f5 改进:同步python和golang的validateupdatedata实现,允许修改主机名 2018-08-11 15:19:50 +08:00
李泽玺 68d4b2caef Merge pull request #33 in YUNIONIO/onecloud from ~LIZEXI/onecloud:feature/lzx-path-change to release/2.0.0
* commit 'e6788bb75e65a823c18777163e8c79983ed1698c':
  add doc.go for each package
  path move: github.com/yunionio -> yunion.io/x
2018-08-11 14:43:54 +08:00
Zexi Li e6788bb75e add doc.go for each package 2018-08-11 14:41:38 +08:00
Zexi Li 22411ffb53 path move: github.com/yunionio -> yunion.io/x 2018-08-11 14:28:18 +08:00
李泽玺 6f5845eef4 Merge pull request #32 in YUNIONIO/onecloud from ~LIZEXI/onecloud:feature/lzx-climc-k8s to release/2.0.0
* commit '869c2ee141297d59b6f8f092b8c3e07d9a05b4a0':
  climc: k8s api moved
2018-08-11 11:24:21 +08:00
Zexi Li 869c2ee141 climc: k8s api moved 2018-08-11 11:16:35 +08:00
邱剑 4c2e94ac2b Merge pull request #25 in YUNIONIO/onecloud from ~QIUJIAN/onecloud:hotfix/qj-misc-bugfix-20180808 to release/2.0.0
* commit '1585d24302c5f0bfe28f769ad2aeef86a8afed9c':
  修正:阿里云回收站主机恢复后无系统盘
  修正:1. 删除VPC导致hostwire数据不一致问题 2. 阿里云主机无操作系统信息 3. 其他一些BUGfix
  temp commit
  temporary commit
2018-08-10 11:38:23 +08:00
周有松 757dc35c03 Merge pull request #26 in YUNIONIO/onecloud from ~ZHOUYOUSONG/onecloud:bugfix/yousong-minors to release/2.0.0
* commit 'f76609e91da3f668700b9ed7535e502bbf712401':
  dep: remove constraint on github.com/coreos/etcd
  cloudcommon: db: rename argument name
  cloudcommon: db: make master, slave id explict in joint resource base
  treewide: make explicit calls to JSONDict.Remove() and JSONDict.RemoveIgnoreCase
  scheduler: fix test compilation
2018-08-10 11:11:47 +08:00
Qiu Jian 1585d24302 修正:阿里云回收站主机恢复后无系统盘 2018-08-09 23:58:11 +08:00
Qiu Jian f0ec8a563e 修正:1. 删除VPC导致hostwire数据不一致问题 2. 阿里云主机无操作系统信息
3. 其他一些BUGfix
2018-08-09 17:49:17 +08:00
Yousong Zhou f76609e91d dep: remove constraint on github.com/coreos/etcd
It's not used and dep ensure will not pull it into vendor/
2018-08-09 04:41:23 +00:00
Yousong Zhou c39644ba4a cloudcommon: db: rename argument name 2018-08-09 04:32:06 +00:00
Yousong Zhou 16b80dfefb cloudcommon: db: make master, slave id explict in joint resource base 2018-08-09 04:32:00 +00:00
Yousong Zhou 1bf9036c83 treewide: make explicit calls to JSONDict.Remove() and JSONDict.RemoveIgnoreCase 2018-08-09 04:30:56 +00:00
Yousong Zhou fd352dbdbb scheduler: fix test compilation 2018-08-09 04:26:17 +00:00
Qiu Jian 93be10117c Merge branch 'release/2.0.0' of ssh://git.yunion.io/~qiujian/onecloud into hotfix/qj-misc-bugfix-20180808 2018-08-09 00:44:45 +08:00
Qiu Jian fa6176267a temp commit 2018-08-09 00:38:36 +08:00
Qiu Jian 068136d6ab temporary commit 2018-08-08 23:00:01 +08:00
邱剑 30da473569 Merge pull request #17 in YUNIONIO/onecloud from ~QIUJIAN/onecloud:feature/qj-vmware-vnc-support-v2.0 to release/2.0.0
* commit 'b979ce9c45dc3eb2e40b2f958e824b4e09ff2120':
  Update fmt
  修正:python和golang版本对vmware的globalId处理方式不通,兼容处理
  Update vendor vmware/govmomi
  改进:1. 增加vmware cloud provider driver初步实现 2. 增加vmware vnc信息获取的支持
2018-08-08 18:42:55 +08:00
Qiu Jian b979ce9c45 Update fmt 2018-08-08 00:11:02 +08:00
Qiu Jian e589865d81 Merge branch 'release/2.0.0' of ssh://git.yunion.io/~qiujian/onecloud into feature/qj-vmware-vnc-support-v2.0 2018-08-08 00:09:50 +08:00
李泽玺 de465c01a5 Merge pull request #12 in YUNIONIO/onecloud from ~LIZEXI/onecloud:feature/lzx-region-dns to release/2.0.0
* commit 'bd612aecb00cc34b39f05cdde853f818bfc590c1':
  vendor: region-dns dependency packages
  dns: 支持 SRV
  dns: 支持反解
  - k8s client util - dns config sample
  Add region-dns service
2018-08-07 20:53:28 +08:00
Qiu Jian 14446b5ddc 修正:python和golang版本对vmware的globalId处理方式不通,兼容处理 2018-08-07 20:06:07 +08:00
Qiu Jian 553fa30ce5 Update vendor vmware/govmomi 2018-08-07 20:05:55 +08:00
Qiu Jian 9eb41b392f 改进:1. 增加vmware cloud provider driver初步实现 2. 增加vmware vnc信息获取的支持 2018-08-07 20:05:33 +08:00
邱剑 ab44a1f547 Merge pull request #15 in YUNIONIO/onecloud from ~LIZEXI/onecloud:feature/lzx-kube-config to release/2.0.0
* commit 'de79ccfa565b45ca1986df3368d93a7c8bd58e3b':
  climc: 支持获取 k8s 集群直连的配置
2018-08-07 18:40:43 +08:00
Zexi Li bd612aecb0 vendor: region-dns dependency packages 2018-08-07 18:27:28 +08:00
Zexi Li de79ccfa56 climc: 支持获取 k8s 集群直连的配置 2018-08-07 18:22:41 +08:00
邱剑 73dd25ac22 Merge pull request #14 in YUNIONIO/onecloud from ~LIZEXI/onecloud:bugfix/lzx-scheduler-host-run-container to release/2.0.0
* commit '953d77cc8ee95bfeb44cd4ffc53bbd7136ecad09':
  scheduler: allow run container in kubelet host
2018-08-07 12:11:46 +08:00
Zexi Li 953d77cc8e scheduler: allow run container in kubelet host 2018-08-07 12:09:20 +08:00
Zexi Li 4e7f006498 dns: 支持 SRV 2018-08-06 17:13:07 +08:00
Zexi Li f4ab21afc6 dns: 支持反解 2018-08-06 15:02:38 +08:00
Zexi Li 217f5a65ef - k8s client util
- dns config sample
2018-08-06 12:08:29 +08:00
邱剑 f6b5f4f143 Merge pull request #11 in YUNIONIO/onecloud from ~QIUJIAN/onecloud:hotfix/qj-zone-create-missing-region to release/2.0.0
* commit 'e07968a1eabcdc9ef68aa39f835fca36b820d0da':
  修正:zone-create时候没有region时创建zone失败
2018-08-05 08:08:46 +08:00
Qiu Jian e07968a1ea 修正:zone-create时候没有region时创建zone失败 2018-08-04 18:31:36 +08:00
邱剑 b2754f0e67 Merge pull request #9 in YUNIONIO/onecloud from ~QIUJIAN/onecloud:hotfix/qj-add-host-enable-disable-netif-cmd to release/2.0.0
* commit '27d4fab976906e68010503de30452ebfb95783f8':
  增加host-enable-netif和host-disable-netif两个接口
2018-08-04 15:01:18 +08:00
Qiu Jian 27d4fab976 增加host-enable-netif和host-disable-netif两个接口 2018-08-03 22:30:32 +08:00