Yousong Zhou
20f36afdc8
vpcagent: ClaimVpcGuestDnsRecords: guard against pending_deleted guests
2020-07-06 16:20:06 +08:00
Yousong Zhou
97251c7cc9
vpcagent: different direction for l3 and l4 match
2020-06-19 19:42:58 +08:00
Yousong Zhou
ba0e41d995
vpcagent: ovn: claim dnsrecords for all vpcs
2020-06-03 18:48:24 +08:00
Yousong Zhou
583718014c
vpcagent: models: include dnsrecords
2020-06-03 18:25:59 +08:00
Yousong Zhou
88095c6d82
vpcagent: ovn: dns records for guest names
2020-06-03 18:25:59 +08:00
Yousong Zhou
d51791396f
vpcagent: ovn: mark and sweep dns records
2020-06-03 18:25:59 +08:00
Yousong Zhou
e442e7a259
vpcagent: ovn: apply qos on eip
2020-05-28 15:51:21 +08:00
Yousong Zhou
4b44f21abf
vpcagent: ovn: apply guestnetwork bw_limit
...
For kernel datapath, this requires at least openvswitch 2.10, or linux
4.15
2020-05-28 15:51:21 +08:00
Yousong Zhou
4b299846de
vpcagent: ovn: use FindXxxReferrer_yyy
2020-05-28 15:51:21 +08:00
Yousong Zhou
2841e245e2
vpcagent: ovn: set underlay mtu size in config file
2020-05-28 15:51:20 +08:00
Yousong Zhou
83a44ce94c
vpcagent: ovn: mix eipgw and distgw
2020-05-28 15:51:20 +08:00
Yousong Zhou
822ba58756
vpcagent: models: include elasticip
2020-05-28 15:51:20 +08:00
Yousong Zhou
22090a3790
vpcagent: ovn: add and use mac.HashVpcHostDistgwMac()
2020-05-28 15:51:20 +08:00
Yousong Zhou
146ab44fbd
vpcagent: models: separate Copy() and CopyJoined()
2020-05-26 17:50:41 +08:00
Yousong Zhou
cb27b18052
vpcagent: apihelper: use CopyJoined()
2020-05-26 17:50:41 +08:00
Yousong Zhou
c4b3084896
vpcagent: models: add CopyJoined()
2020-05-26 17:50:41 +08:00
Yousong Zhou
8873c8905e
vpcagent: remove unused code
2020-05-26 17:50:41 +08:00
Yousong Zhou
230f004f36
vpcagent: apihelper: use its own options
2020-05-26 17:50:41 +08:00
Yousong Zhou
3e09d4920b
vpcagent: models: remove now boilerplate code
2020-05-22 11:10:11 +08:00
Yousong Zhou
c7fee7c760
vpcagent: apihelper: add interface IModelSetListOptionProvider
...
All modelsets do not need details at the moment
2020-05-22 11:10:11 +08:00
Yousong Zhou
f5360264fe
vpcagent: models: modelset: details=false for networks
2020-05-21 17:21:03 +08:00
Yousong Zhou
3a51985fcd
vpcagent: models: include wires
2020-05-21 17:21:03 +08:00
Yousong Zhou
5fdd534f74
vpcagent: ovn: preparation: skip default vpc
2020-05-21 17:21:03 +08:00
Yousong Zhou
a7a3beae27
vpcagent: ovn: preparation: use network.Vpc.Id
2020-05-21 17:21:03 +08:00
Yousong Zhou
e0349f92b7
vpcagent: apihelper: use IModelSet.IncludeEmulated()
2020-05-21 17:21:03 +08:00
Yousong Zhou
5bf45ad65c
vpcagent: models: modelset: add IncludeEmulated() method
2020-05-21 17:21:03 +08:00
Yousong Zhou
39a19d1c68
vpcagent: apihelper: use IModelSet.IncludeDetails()
2020-05-21 17:21:03 +08:00
Yousong Zhou
2a0cac9d49
vpcagent: models: modelset: add IncludeDetails() method
2020-05-21 17:21:03 +08:00
Yousong Zhou
4d54972a9a
vpcagent: ovnutil: destroy non root obj first
...
To avoid the following error
/* Can't happen because of the database schema. */
ctl_fatal("logical port %s is not part of any logical router",
ctx->argv[1]);
2020-05-15 16:28:17 +08:00
Yousong Zhou
6d788e052a
vpcagent: ovn: cmp: generate clean args in a single batch
2020-05-15 16:28:17 +08:00
Yousong Zhou
4962bdc7e1
vpcagent: ovn: use db.FindOneMatchByAnyIndex
2020-05-13 14:14:49 +08:00
Yousong Zhou
579641a268
vpcagent: ovn: configure acl for lport
2020-05-13 14:14:49 +08:00
Yousong Zhou
53f3546125
vpcagent: ovnutil: OvnNbctlArgsDestroy: take into account ACL
2020-05-13 14:14:48 +08:00
Yousong Zhou
9f4daafee2
vpcagent: ovn: secgrouprules_acl
2020-05-13 14:14:48 +08:00
Yousong Zhou
1abdb4f136
vpcagent: models: sort security group rules
2020-05-13 14:14:48 +08:00
Yousong Zhou
7ba46e9289
vpcagent: models: include secgroup and rules
2020-05-13 14:14:48 +08:00
Yousong Zhou
f33a2e1770
vpcagent: apihelper: do not set details=true by default
2020-05-13 14:14:48 +08:00
Yousong Zhou
654845fd49
vpcagent: ovnutil: remove old generated code
2020-05-13 14:14:48 +08:00
Yousong Zhou
cae9594da9
vpcagent: ovn: use yunion.io/x/ovsdb
2020-05-13 14:14:48 +08:00
Yousong Zhou
218df2416c
vpcagent: ignore possible external subnets
2020-05-12 18:05:48 +08:00
Zexi Li
41da2d94b8
Merge pull request #6213 from yousong/bugfix/yousong-vpcagent-route
...
vpcagent: ovn: explicitly include gateway route in classless routes
2020-05-09 18:56:58 +08:00
Yousong Zhou
5caaccd43f
vpcagent: ovn: explicitly include gateway route in classless routes
2020-05-08 16:29:14 +08:00
Yousong Zhou
4496a7bbcb
vpcagent: models: ignore possible external guests
2020-05-08 15:35:23 +08:00
Yousong Zhou
503735ebf5
vpcagent: ad-hoc replacement for db.FindByIndex()
2020-04-27 20:06:47 +08:00
Yousong Zhou
09cc38f962
vpcagent: models: allow guest to have multiple vpc nics
2020-04-27 17:08:21 +08:00
Yousong Zhou
11835889c0
vpcagent: work around nics of pending deleted guest
2020-04-27 16:56:44 +08:00
Yousong Zhou
16ced399a5
vpcagent: fend off non-onecloud-vpc guest nics
2020-04-26 18:52:58 +08:00
Yousong Zhou
d2c0ba4d5a
vpcagent: ovn: use network.GuestDns when available
2020-04-24 18:32:09 +08:00
Yousong Zhou
05c38c8130
vpcagent: ovn: manage static routes
2020-04-24 18:32:08 +08:00
Yousong Zhou
0578d6c498
vpcagent: ovn: guestnetwork: guard against empty dhcpopt
2020-04-24 18:32:08 +08:00