oc_adm_manage_node.py 57 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675
  1. #!/usr/bin/env python
  2. # pylint: disable=missing-docstring
  3. # flake8: noqa: T001
  4. # ___ ___ _ _ ___ ___ _ _____ ___ ___
  5. # / __| __| \| | __| _ \ /_\_ _| __| \
  6. # | (_ | _|| .` | _|| / / _ \| | | _|| |) |
  7. # \___|___|_|\_|___|_|_\/_/_\_\_|_|___|___/_ _____
  8. # | \ / _ \ | \| |/ _ \_ _| | __| \_ _|_ _|
  9. # | |) | (_) | | .` | (_) || | | _|| |) | | | |
  10. # |___/ \___/ |_|\_|\___/ |_| |___|___/___| |_|
  11. #
  12. # Copyright 2016 Red Hat, Inc. and/or its affiliates
  13. # and other contributors as indicated by the @author tags.
  14. #
  15. # Licensed under the Apache License, Version 2.0 (the "License");
  16. # you may not use this file except in compliance with the License.
  17. # You may obtain a copy of the License at
  18. #
  19. # http://www.apache.org/licenses/LICENSE-2.0
  20. #
  21. # Unless required by applicable law or agreed to in writing, software
  22. # distributed under the License is distributed on an "AS IS" BASIS,
  23. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  24. # See the License for the specific language governing permissions and
  25. # limitations under the License.
  26. #
  27. # -*- -*- -*- Begin included fragment: lib/import.py -*- -*- -*-
  28. '''
  29. OpenShiftCLI class that wraps the oc commands in a subprocess
  30. '''
  31. # pylint: disable=too-many-lines
  32. from __future__ import print_function
  33. import atexit
  34. import copy
  35. import json
  36. import os
  37. import re
  38. import shutil
  39. import subprocess
  40. import tempfile
  41. # pylint: disable=import-error
  42. try:
  43. import ruamel.yaml as yaml
  44. except ImportError:
  45. import yaml
  46. from ansible.module_utils.basic import AnsibleModule
  47. # -*- -*- -*- End included fragment: lib/import.py -*- -*- -*-
  48. # -*- -*- -*- Begin included fragment: doc/manage_node -*- -*- -*-
  49. DOCUMENTATION = '''
  50. ---
  51. module: oc_adm_manage_node
  52. short_description: Module to manage openshift nodes
  53. description:
  54. - Manage openshift nodes programmatically.
  55. options:
  56. kubeconfig:
  57. description:
  58. - The path for the kubeconfig file to use for authentication
  59. required: false
  60. default: /etc/origin/master/admin.kubeconfig
  61. aliases: []
  62. debug:
  63. description:
  64. - Turn on debug output.
  65. required: false
  66. default: False
  67. aliases: []
  68. node:
  69. description:
  70. - A list of the nodes being managed
  71. required: false
  72. default: None
  73. aliases: []
  74. selector:
  75. description:
  76. - The selector when filtering on node labels
  77. required: false
  78. default: None
  79. aliases: []
  80. pod_selector:
  81. description:
  82. - A selector when filtering on pod labels.
  83. required: false
  84. default: None
  85. aliases: []
  86. evacuate:
  87. description:
  88. - Remove all pods from a node.
  89. required: false
  90. default: False
  91. aliases: []
  92. schedulable:
  93. description:
  94. - whether or not openshift can schedule pods on this node
  95. required: False
  96. default: None
  97. aliases: []
  98. dry_run:
  99. description:
  100. - This shows the pods that would be migrated if evacuate were called
  101. required: False
  102. default: False
  103. aliases: []
  104. grace_period:
  105. description:
  106. - Grace period (seconds) for pods being deleted.
  107. required: false
  108. default: None
  109. aliases: []
  110. force:
  111. description:
  112. - Whether or not to attempt to force this action in openshift
  113. required: false
  114. default: None
  115. aliases: []
  116. author:
  117. - "Kenny Woodson <kwoodson@redhat.com>"
  118. extends_documentation_fragment: []
  119. '''
  120. EXAMPLES = '''
  121. - name: oadm manage-node --schedulable=true --selector=ops_node=new
  122. oc_adm_manage_node:
  123. selector: ops_node=new
  124. schedulable: True
  125. register: schedout
  126. - name: oadm manage-node my-k8s-node-5 --evacuate
  127. oc_adm_manage_node:
  128. node: my-k8s-node-5
  129. evacuate: True
  130. force: True
  131. '''
  132. # -*- -*- -*- End included fragment: doc/manage_node -*- -*- -*-
  133. # -*- -*- -*- Begin included fragment: ../../lib_utils/src/class/yedit.py -*- -*- -*-
  134. class YeditException(Exception): # pragma: no cover
  135. ''' Exception class for Yedit '''
  136. pass
  137. # pylint: disable=too-many-public-methods
  138. class Yedit(object): # pragma: no cover
  139. ''' Class to modify yaml files '''
  140. re_valid_key = r"(((\[-?\d+\])|([0-9a-zA-Z%s/_-]+)).?)+$"
  141. re_key = r"(?:\[(-?\d+)\])|([0-9a-zA-Z%s/_-]+)"
  142. com_sep = set(['.', '#', '|', ':'])
  143. # pylint: disable=too-many-arguments
  144. def __init__(self,
  145. filename=None,
  146. content=None,
  147. content_type='yaml',
  148. separator='.',
  149. backup=False):
  150. self.content = content
  151. self._separator = separator
  152. self.filename = filename
  153. self.__yaml_dict = content
  154. self.content_type = content_type
  155. self.backup = backup
  156. self.load(content_type=self.content_type)
  157. if self.__yaml_dict is None:
  158. self.__yaml_dict = {}
  159. @property
  160. def separator(self):
  161. ''' getter method for separator '''
  162. return self._separator
  163. @separator.setter
  164. def separator(self, inc_sep):
  165. ''' setter method for separator '''
  166. self._separator = inc_sep
  167. @property
  168. def yaml_dict(self):
  169. ''' getter method for yaml_dict '''
  170. return self.__yaml_dict
  171. @yaml_dict.setter
  172. def yaml_dict(self, value):
  173. ''' setter method for yaml_dict '''
  174. self.__yaml_dict = value
  175. @staticmethod
  176. def parse_key(key, sep='.'):
  177. '''parse the key allowing the appropriate separator'''
  178. common_separators = list(Yedit.com_sep - set([sep]))
  179. return re.findall(Yedit.re_key.format(''.join(common_separators)), key)
  180. @staticmethod
  181. def valid_key(key, sep='.'):
  182. '''validate the incoming key'''
  183. common_separators = list(Yedit.com_sep - set([sep]))
  184. if not re.match(Yedit.re_valid_key.format(''.join(common_separators)), key):
  185. return False
  186. return True
  187. @staticmethod
  188. def remove_entry(data, key, sep='.'):
  189. ''' remove data at location key '''
  190. if key == '' and isinstance(data, dict):
  191. data.clear()
  192. return True
  193. elif key == '' and isinstance(data, list):
  194. del data[:]
  195. return True
  196. if not (key and Yedit.valid_key(key, sep)) and \
  197. isinstance(data, (list, dict)):
  198. return None
  199. key_indexes = Yedit.parse_key(key, sep)
  200. for arr_ind, dict_key in key_indexes[:-1]:
  201. if dict_key and isinstance(data, dict):
  202. data = data.get(dict_key)
  203. elif (arr_ind and isinstance(data, list) and
  204. int(arr_ind) <= len(data) - 1):
  205. data = data[int(arr_ind)]
  206. else:
  207. return None
  208. # process last index for remove
  209. # expected list entry
  210. if key_indexes[-1][0]:
  211. if isinstance(data, list) and int(key_indexes[-1][0]) <= len(data) - 1: # noqa: E501
  212. del data[int(key_indexes[-1][0])]
  213. return True
  214. # expected dict entry
  215. elif key_indexes[-1][1]:
  216. if isinstance(data, dict):
  217. del data[key_indexes[-1][1]]
  218. return True
  219. @staticmethod
  220. def add_entry(data, key, item=None, sep='.'):
  221. ''' Get an item from a dictionary with key notation a.b.c
  222. d = {'a': {'b': 'c'}}}
  223. key = a#b
  224. return c
  225. '''
  226. if key == '':
  227. pass
  228. elif (not (key and Yedit.valid_key(key, sep)) and
  229. isinstance(data, (list, dict))):
  230. return None
  231. key_indexes = Yedit.parse_key(key, sep)
  232. for arr_ind, dict_key in key_indexes[:-1]:
  233. if dict_key:
  234. if isinstance(data, dict) and dict_key in data and data[dict_key]: # noqa: E501
  235. data = data[dict_key]
  236. continue
  237. elif data and not isinstance(data, dict):
  238. raise YeditException("Unexpected item type found while going through key " +
  239. "path: {} (at key: {})".format(key, dict_key))
  240. data[dict_key] = {}
  241. data = data[dict_key]
  242. elif (arr_ind and isinstance(data, list) and
  243. int(arr_ind) <= len(data) - 1):
  244. data = data[int(arr_ind)]
  245. else:
  246. raise YeditException("Unexpected item type found while going through key path: {}".format(key))
  247. if key == '':
  248. data = item
  249. # process last index for add
  250. # expected list entry
  251. elif key_indexes[-1][0] and isinstance(data, list) and int(key_indexes[-1][0]) <= len(data) - 1: # noqa: E501
  252. data[int(key_indexes[-1][0])] = item
  253. # expected dict entry
  254. elif key_indexes[-1][1] and isinstance(data, dict):
  255. data[key_indexes[-1][1]] = item
  256. # didn't add/update to an existing list, nor add/update key to a dict
  257. # so we must have been provided some syntax like a.b.c[<int>] = "data" for a
  258. # non-existent array
  259. else:
  260. raise YeditException("Error adding to object at path: {}".format(key))
  261. return data
  262. @staticmethod
  263. def get_entry(data, key, sep='.'):
  264. ''' Get an item from a dictionary with key notation a.b.c
  265. d = {'a': {'b': 'c'}}}
  266. key = a.b
  267. return c
  268. '''
  269. if key == '':
  270. pass
  271. elif (not (key and Yedit.valid_key(key, sep)) and
  272. isinstance(data, (list, dict))):
  273. return None
  274. key_indexes = Yedit.parse_key(key, sep)
  275. for arr_ind, dict_key in key_indexes:
  276. if dict_key and isinstance(data, dict):
  277. data = data.get(dict_key)
  278. elif (arr_ind and isinstance(data, list) and
  279. int(arr_ind) <= len(data) - 1):
  280. data = data[int(arr_ind)]
  281. else:
  282. return None
  283. return data
  284. @staticmethod
  285. def _write(filename, contents):
  286. ''' Actually write the file contents to disk. This helps with mocking. '''
  287. tmp_filename = filename + '.yedit'
  288. with open(tmp_filename, 'w') as yfd:
  289. yfd.write(contents)
  290. os.rename(tmp_filename, filename)
  291. def write(self):
  292. ''' write to file '''
  293. if not self.filename:
  294. raise YeditException('Please specify a filename.')
  295. if self.backup and self.file_exists():
  296. shutil.copy(self.filename, self.filename + '.orig')
  297. # Try to set format attributes if supported
  298. try:
  299. self.yaml_dict.fa.set_block_style()
  300. except AttributeError:
  301. pass
  302. # Try to use RoundTripDumper if supported.
  303. try:
  304. Yedit._write(self.filename, yaml.dump(self.yaml_dict, Dumper=yaml.RoundTripDumper))
  305. except AttributeError:
  306. Yedit._write(self.filename, yaml.safe_dump(self.yaml_dict, default_flow_style=False))
  307. return (True, self.yaml_dict)
  308. def read(self):
  309. ''' read from file '''
  310. # check if it exists
  311. if self.filename is None or not self.file_exists():
  312. return None
  313. contents = None
  314. with open(self.filename) as yfd:
  315. contents = yfd.read()
  316. return contents
  317. def file_exists(self):
  318. ''' return whether file exists '''
  319. if os.path.exists(self.filename):
  320. return True
  321. return False
  322. def load(self, content_type='yaml'):
  323. ''' return yaml file '''
  324. contents = self.read()
  325. if not contents and not self.content:
  326. return None
  327. if self.content:
  328. if isinstance(self.content, dict):
  329. self.yaml_dict = self.content
  330. return self.yaml_dict
  331. elif isinstance(self.content, str):
  332. contents = self.content
  333. # check if it is yaml
  334. try:
  335. if content_type == 'yaml' and contents:
  336. # Try to set format attributes if supported
  337. try:
  338. self.yaml_dict.fa.set_block_style()
  339. except AttributeError:
  340. pass
  341. # Try to use RoundTripLoader if supported.
  342. try:
  343. self.yaml_dict = yaml.safe_load(contents, yaml.RoundTripLoader)
  344. except AttributeError:
  345. self.yaml_dict = yaml.safe_load(contents)
  346. # Try to set format attributes if supported
  347. try:
  348. self.yaml_dict.fa.set_block_style()
  349. except AttributeError:
  350. pass
  351. elif content_type == 'json' and contents:
  352. self.yaml_dict = json.loads(contents)
  353. except yaml.YAMLError as err:
  354. # Error loading yaml or json
  355. raise YeditException('Problem with loading yaml file. {}'.format(err))
  356. return self.yaml_dict
  357. def get(self, key):
  358. ''' get a specified key'''
  359. try:
  360. entry = Yedit.get_entry(self.yaml_dict, key, self.separator)
  361. except KeyError:
  362. entry = None
  363. return entry
  364. def pop(self, path, key_or_item):
  365. ''' remove a key, value pair from a dict or an item for a list'''
  366. try:
  367. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  368. except KeyError:
  369. entry = None
  370. if entry is None:
  371. return (False, self.yaml_dict)
  372. if isinstance(entry, dict):
  373. # AUDIT:maybe-no-member makes sense due to fuzzy types
  374. # pylint: disable=maybe-no-member
  375. if key_or_item in entry:
  376. entry.pop(key_or_item)
  377. return (True, self.yaml_dict)
  378. return (False, self.yaml_dict)
  379. elif isinstance(entry, list):
  380. # AUDIT:maybe-no-member makes sense due to fuzzy types
  381. # pylint: disable=maybe-no-member
  382. ind = None
  383. try:
  384. ind = entry.index(key_or_item)
  385. except ValueError:
  386. return (False, self.yaml_dict)
  387. entry.pop(ind)
  388. return (True, self.yaml_dict)
  389. return (False, self.yaml_dict)
  390. def delete(self, path):
  391. ''' remove path from a dict'''
  392. try:
  393. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  394. except KeyError:
  395. entry = None
  396. if entry is None:
  397. return (False, self.yaml_dict)
  398. result = Yedit.remove_entry(self.yaml_dict, path, self.separator)
  399. if not result:
  400. return (False, self.yaml_dict)
  401. return (True, self.yaml_dict)
  402. def exists(self, path, value):
  403. ''' check if value exists at path'''
  404. try:
  405. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  406. except KeyError:
  407. entry = None
  408. if isinstance(entry, list):
  409. if value in entry:
  410. return True
  411. return False
  412. elif isinstance(entry, dict):
  413. if isinstance(value, dict):
  414. rval = False
  415. for key, val in value.items():
  416. if entry[key] != val:
  417. rval = False
  418. break
  419. else:
  420. rval = True
  421. return rval
  422. return value in entry
  423. return entry == value
  424. def append(self, path, value):
  425. '''append value to a list'''
  426. try:
  427. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  428. except KeyError:
  429. entry = None
  430. if entry is None:
  431. self.put(path, [])
  432. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  433. if not isinstance(entry, list):
  434. return (False, self.yaml_dict)
  435. # AUDIT:maybe-no-member makes sense due to loading data from
  436. # a serialized format.
  437. # pylint: disable=maybe-no-member
  438. entry.append(value)
  439. return (True, self.yaml_dict)
  440. # pylint: disable=too-many-arguments
  441. def update(self, path, value, index=None, curr_value=None):
  442. ''' put path, value into a dict '''
  443. try:
  444. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  445. except KeyError:
  446. entry = None
  447. if isinstance(entry, dict):
  448. # AUDIT:maybe-no-member makes sense due to fuzzy types
  449. # pylint: disable=maybe-no-member
  450. if not isinstance(value, dict):
  451. raise YeditException('Cannot replace key, value entry in dict with non-dict type. ' +
  452. 'value=[{}] type=[{}]'.format(value, type(value)))
  453. entry.update(value)
  454. return (True, self.yaml_dict)
  455. elif isinstance(entry, list):
  456. # AUDIT:maybe-no-member makes sense due to fuzzy types
  457. # pylint: disable=maybe-no-member
  458. ind = None
  459. if curr_value:
  460. try:
  461. ind = entry.index(curr_value)
  462. except ValueError:
  463. return (False, self.yaml_dict)
  464. elif index is not None:
  465. ind = index
  466. if ind is not None and entry[ind] != value:
  467. entry[ind] = value
  468. return (True, self.yaml_dict)
  469. # see if it exists in the list
  470. try:
  471. ind = entry.index(value)
  472. except ValueError:
  473. # doesn't exist, append it
  474. entry.append(value)
  475. return (True, self.yaml_dict)
  476. # already exists, return
  477. if ind is not None:
  478. return (False, self.yaml_dict)
  479. return (False, self.yaml_dict)
  480. def put(self, path, value):
  481. ''' put path, value into a dict '''
  482. try:
  483. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  484. except KeyError:
  485. entry = None
  486. if entry == value:
  487. return (False, self.yaml_dict)
  488. # deepcopy didn't work
  489. # Try to use ruamel.yaml and fallback to pyyaml
  490. try:
  491. tmp_copy = yaml.load(yaml.round_trip_dump(self.yaml_dict,
  492. default_flow_style=False),
  493. yaml.RoundTripLoader)
  494. except AttributeError:
  495. tmp_copy = copy.deepcopy(self.yaml_dict)
  496. # set the format attributes if available
  497. try:
  498. tmp_copy.fa.set_block_style()
  499. except AttributeError:
  500. pass
  501. result = Yedit.add_entry(tmp_copy, path, value, self.separator)
  502. if result is None:
  503. return (False, self.yaml_dict)
  504. # When path equals "" it is a special case.
  505. # "" refers to the root of the document
  506. # Only update the root path (entire document) when its a list or dict
  507. if path == '':
  508. if isinstance(result, list) or isinstance(result, dict):
  509. self.yaml_dict = result
  510. return (True, self.yaml_dict)
  511. return (False, self.yaml_dict)
  512. self.yaml_dict = tmp_copy
  513. return (True, self.yaml_dict)
  514. def create(self, path, value):
  515. ''' create a yaml file '''
  516. if not self.file_exists():
  517. # deepcopy didn't work
  518. # Try to use ruamel.yaml and fallback to pyyaml
  519. try:
  520. tmp_copy = yaml.load(yaml.round_trip_dump(self.yaml_dict,
  521. default_flow_style=False),
  522. yaml.RoundTripLoader)
  523. except AttributeError:
  524. tmp_copy = copy.deepcopy(self.yaml_dict)
  525. # set the format attributes if available
  526. try:
  527. tmp_copy.fa.set_block_style()
  528. except AttributeError:
  529. pass
  530. result = Yedit.add_entry(tmp_copy, path, value, self.separator)
  531. if result is not None:
  532. self.yaml_dict = tmp_copy
  533. return (True, self.yaml_dict)
  534. return (False, self.yaml_dict)
  535. @staticmethod
  536. def get_curr_value(invalue, val_type):
  537. '''return the current value'''
  538. if invalue is None:
  539. return None
  540. curr_value = invalue
  541. if val_type == 'yaml':
  542. curr_value = yaml.load(invalue)
  543. elif val_type == 'json':
  544. curr_value = json.loads(invalue)
  545. return curr_value
  546. @staticmethod
  547. def parse_value(inc_value, vtype=''):
  548. '''determine value type passed'''
  549. true_bools = ['y', 'Y', 'yes', 'Yes', 'YES', 'true', 'True', 'TRUE',
  550. 'on', 'On', 'ON', ]
  551. false_bools = ['n', 'N', 'no', 'No', 'NO', 'false', 'False', 'FALSE',
  552. 'off', 'Off', 'OFF']
  553. # It came in as a string but you didn't specify value_type as string
  554. # we will convert to bool if it matches any of the above cases
  555. if isinstance(inc_value, str) and 'bool' in vtype:
  556. if inc_value not in true_bools and inc_value not in false_bools:
  557. raise YeditException('Not a boolean type. str=[{}] vtype=[{}]'.format(inc_value, vtype))
  558. elif isinstance(inc_value, bool) and 'str' in vtype:
  559. inc_value = str(inc_value)
  560. # There is a special case where '' will turn into None after yaml loading it so skip
  561. if isinstance(inc_value, str) and inc_value == '':
  562. pass
  563. # If vtype is not str then go ahead and attempt to yaml load it.
  564. elif isinstance(inc_value, str) and 'str' not in vtype:
  565. try:
  566. inc_value = yaml.safe_load(inc_value)
  567. except Exception:
  568. raise YeditException('Could not determine type of incoming value. ' +
  569. 'value=[{}] vtype=[{}]'.format(type(inc_value), vtype))
  570. return inc_value
  571. @staticmethod
  572. def process_edits(edits, yamlfile):
  573. '''run through a list of edits and process them one-by-one'''
  574. results = []
  575. for edit in edits:
  576. value = Yedit.parse_value(edit['value'], edit.get('value_type', ''))
  577. if edit.get('action') == 'update':
  578. # pylint: disable=line-too-long
  579. curr_value = Yedit.get_curr_value(
  580. Yedit.parse_value(edit.get('curr_value')),
  581. edit.get('curr_value_format'))
  582. rval = yamlfile.update(edit['key'],
  583. value,
  584. edit.get('index'),
  585. curr_value)
  586. elif edit.get('action') == 'append':
  587. rval = yamlfile.append(edit['key'], value)
  588. else:
  589. rval = yamlfile.put(edit['key'], value)
  590. if rval[0]:
  591. results.append({'key': edit['key'], 'edit': rval[1]})
  592. return {'changed': len(results) > 0, 'results': results}
  593. # pylint: disable=too-many-return-statements,too-many-branches
  594. @staticmethod
  595. def run_ansible(params):
  596. '''perform the idempotent crud operations'''
  597. yamlfile = Yedit(filename=params['src'],
  598. backup=params['backup'],
  599. separator=params['separator'])
  600. state = params['state']
  601. if params['src']:
  602. rval = yamlfile.load()
  603. if yamlfile.yaml_dict is None and state != 'present':
  604. return {'failed': True,
  605. 'msg': 'Error opening file [{}]. Verify that the '.format(params['src']) +
  606. 'file exists, that it is has correct permissions, and is valid yaml.'}
  607. if state == 'list':
  608. if params['content']:
  609. content = Yedit.parse_value(params['content'], params['content_type'])
  610. yamlfile.yaml_dict = content
  611. if params['key']:
  612. rval = yamlfile.get(params['key']) or {}
  613. return {'changed': False, 'result': rval, 'state': state}
  614. elif state == 'absent':
  615. if params['content']:
  616. content = Yedit.parse_value(params['content'], params['content_type'])
  617. yamlfile.yaml_dict = content
  618. if params['update']:
  619. rval = yamlfile.pop(params['key'], params['value'])
  620. else:
  621. rval = yamlfile.delete(params['key'])
  622. if rval[0] and params['src']:
  623. yamlfile.write()
  624. return {'changed': rval[0], 'result': rval[1], 'state': state}
  625. elif state == 'present':
  626. # check if content is different than what is in the file
  627. if params['content']:
  628. content = Yedit.parse_value(params['content'], params['content_type'])
  629. # We had no edits to make and the contents are the same
  630. if yamlfile.yaml_dict == content and \
  631. params['value'] is None:
  632. return {'changed': False, 'result': yamlfile.yaml_dict, 'state': state}
  633. yamlfile.yaml_dict = content
  634. # If we were passed a key, value then
  635. # we enapsulate it in a list and process it
  636. # Key, Value passed to the module : Converted to Edits list #
  637. edits = []
  638. _edit = {}
  639. if params['value'] is not None:
  640. _edit['value'] = params['value']
  641. _edit['value_type'] = params['value_type']
  642. _edit['key'] = params['key']
  643. if params['update']:
  644. _edit['action'] = 'update'
  645. _edit['curr_value'] = params['curr_value']
  646. _edit['curr_value_format'] = params['curr_value_format']
  647. _edit['index'] = params['index']
  648. elif params['append']:
  649. _edit['action'] = 'append'
  650. edits.append(_edit)
  651. elif params['edits'] is not None:
  652. edits = params['edits']
  653. if edits:
  654. results = Yedit.process_edits(edits, yamlfile)
  655. # if there were changes and a src provided to us we need to write
  656. if results['changed'] and params['src']:
  657. yamlfile.write()
  658. return {'changed': results['changed'], 'result': results['results'], 'state': state}
  659. # no edits to make
  660. if params['src']:
  661. # pylint: disable=redefined-variable-type
  662. rval = yamlfile.write()
  663. return {'changed': rval[0],
  664. 'result': rval[1],
  665. 'state': state}
  666. # We were passed content but no src, key or value, or edits. Return contents in memory
  667. return {'changed': False, 'result': yamlfile.yaml_dict, 'state': state}
  668. return {'failed': True, 'msg': 'Unkown state passed'}
  669. # -*- -*- -*- End included fragment: ../../lib_utils/src/class/yedit.py -*- -*- -*-
  670. # -*- -*- -*- Begin included fragment: lib/base.py -*- -*- -*-
  671. # pylint: disable=too-many-lines
  672. # noqa: E301,E302,E303,T001
  673. class OpenShiftCLIError(Exception):
  674. '''Exception class for openshiftcli'''
  675. pass
  676. ADDITIONAL_PATH_LOOKUPS = ['/usr/local/bin', os.path.expanduser('~/bin')]
  677. def locate_oc_binary():
  678. ''' Find and return oc binary file '''
  679. # https://github.com/openshift/openshift-ansible/issues/3410
  680. # oc can be in /usr/local/bin in some cases, but that may not
  681. # be in $PATH due to ansible/sudo
  682. paths = os.environ.get("PATH", os.defpath).split(os.pathsep) + ADDITIONAL_PATH_LOOKUPS
  683. oc_binary = 'oc'
  684. # Use shutil.which if it is available, otherwise fallback to a naive path search
  685. try:
  686. which_result = shutil.which(oc_binary, path=os.pathsep.join(paths))
  687. if which_result is not None:
  688. oc_binary = which_result
  689. except AttributeError:
  690. for path in paths:
  691. if os.path.exists(os.path.join(path, oc_binary)):
  692. oc_binary = os.path.join(path, oc_binary)
  693. break
  694. return oc_binary
  695. # pylint: disable=too-few-public-methods
  696. class OpenShiftCLI(object):
  697. ''' Class to wrap the command line tools '''
  698. def __init__(self,
  699. namespace,
  700. kubeconfig='/etc/origin/master/admin.kubeconfig',
  701. verbose=False,
  702. all_namespaces=False):
  703. ''' Constructor for OpenshiftCLI '''
  704. self.namespace = namespace
  705. self.verbose = verbose
  706. self.kubeconfig = Utils.create_tmpfile_copy(kubeconfig)
  707. self.all_namespaces = all_namespaces
  708. self.oc_binary = locate_oc_binary()
  709. # Pylint allows only 5 arguments to be passed.
  710. # pylint: disable=too-many-arguments
  711. def _replace_content(self, resource, rname, content, force=False, sep='.'):
  712. ''' replace the current object with the content '''
  713. res = self._get(resource, rname)
  714. if not res['results']:
  715. return res
  716. fname = Utils.create_tmpfile(rname + '-')
  717. yed = Yedit(fname, res['results'][0], separator=sep)
  718. changes = []
  719. for key, value in content.items():
  720. changes.append(yed.put(key, value))
  721. if any([change[0] for change in changes]):
  722. yed.write()
  723. atexit.register(Utils.cleanup, [fname])
  724. return self._replace(fname, force)
  725. return {'returncode': 0, 'updated': False}
  726. def _replace(self, fname, force=False):
  727. '''replace the current object with oc replace'''
  728. # We are removing the 'resourceVersion' to handle
  729. # a race condition when modifying oc objects
  730. yed = Yedit(fname)
  731. results = yed.delete('metadata.resourceVersion')
  732. if results[0]:
  733. yed.write()
  734. cmd = ['replace', '-f', fname]
  735. if force:
  736. cmd.append('--force')
  737. return self.openshift_cmd(cmd)
  738. def _create_from_content(self, rname, content):
  739. '''create a temporary file and then call oc create on it'''
  740. fname = Utils.create_tmpfile(rname + '-')
  741. yed = Yedit(fname, content=content)
  742. yed.write()
  743. atexit.register(Utils.cleanup, [fname])
  744. return self._create(fname)
  745. def _create(self, fname):
  746. '''call oc create on a filename'''
  747. return self.openshift_cmd(['create', '-f', fname])
  748. def _delete(self, resource, name=None, selector=None):
  749. '''call oc delete on a resource'''
  750. cmd = ['delete', resource]
  751. if selector is not None:
  752. cmd.append('--selector={}'.format(selector))
  753. elif name is not None:
  754. cmd.append(name)
  755. else:
  756. raise OpenShiftCLIError('Either name or selector is required when calling delete.')
  757. return self.openshift_cmd(cmd)
  758. def _process(self, template_name, create=False, params=None, template_data=None): # noqa: E501
  759. '''process a template
  760. template_name: the name of the template to process
  761. create: whether to send to oc create after processing
  762. params: the parameters for the template
  763. template_data: the incoming template's data; instead of a file
  764. '''
  765. cmd = ['process']
  766. if template_data:
  767. cmd.extend(['-f', '-'])
  768. else:
  769. cmd.append(template_name)
  770. if params:
  771. param_str = ["{}={}".format(key, value) for key, value in params.items()]
  772. cmd.append('-v')
  773. cmd.extend(param_str)
  774. results = self.openshift_cmd(cmd, output=True, input_data=template_data)
  775. if results['returncode'] != 0 or not create:
  776. return results
  777. fname = Utils.create_tmpfile(template_name + '-')
  778. yed = Yedit(fname, results['results'])
  779. yed.write()
  780. atexit.register(Utils.cleanup, [fname])
  781. return self.openshift_cmd(['create', '-f', fname])
  782. def _get(self, resource, name=None, selector=None):
  783. '''return a resource by name '''
  784. cmd = ['get', resource]
  785. if selector is not None:
  786. cmd.append('--selector={}'.format(selector))
  787. elif name is not None:
  788. cmd.append(name)
  789. cmd.extend(['-o', 'json'])
  790. rval = self.openshift_cmd(cmd, output=True)
  791. # Ensure results are retuned in an array
  792. if 'items' in rval:
  793. rval['results'] = rval['items']
  794. elif not isinstance(rval['results'], list):
  795. rval['results'] = [rval['results']]
  796. return rval
  797. def _schedulable(self, node=None, selector=None, schedulable=True):
  798. ''' perform oadm manage-node scheduable '''
  799. cmd = ['manage-node']
  800. if node:
  801. cmd.extend(node)
  802. else:
  803. cmd.append('--selector={}'.format(selector))
  804. cmd.append('--schedulable={}'.format(schedulable))
  805. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw') # noqa: E501
  806. def _list_pods(self, node=None, selector=None, pod_selector=None):
  807. ''' perform oadm list pods
  808. node: the node in which to list pods
  809. selector: the label selector filter if provided
  810. pod_selector: the pod selector filter if provided
  811. '''
  812. cmd = ['manage-node']
  813. if node:
  814. cmd.extend(node)
  815. else:
  816. cmd.append('--selector={}'.format(selector))
  817. if pod_selector:
  818. cmd.append('--pod-selector={}'.format(pod_selector))
  819. cmd.extend(['--list-pods', '-o', 'json'])
  820. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw')
  821. # pylint: disable=too-many-arguments
  822. def _evacuate(self, node=None, selector=None, pod_selector=None, dry_run=False, grace_period=None, force=False):
  823. ''' perform oadm manage-node evacuate '''
  824. cmd = ['manage-node']
  825. if node:
  826. cmd.extend(node)
  827. else:
  828. cmd.append('--selector={}'.format(selector))
  829. if dry_run:
  830. cmd.append('--dry-run')
  831. if pod_selector:
  832. cmd.append('--pod-selector={}'.format(pod_selector))
  833. if grace_period:
  834. cmd.append('--grace-period={}'.format(int(grace_period)))
  835. if force:
  836. cmd.append('--force')
  837. cmd.append('--evacuate')
  838. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw')
  839. def _version(self):
  840. ''' return the openshift version'''
  841. return self.openshift_cmd(['version'], output=True, output_type='raw')
  842. def _import_image(self, url=None, name=None, tag=None):
  843. ''' perform image import '''
  844. cmd = ['import-image']
  845. image = '{0}'.format(name)
  846. if tag:
  847. image += ':{0}'.format(tag)
  848. cmd.append(image)
  849. if url:
  850. cmd.append('--from={0}/{1}'.format(url, image))
  851. cmd.append('-n{0}'.format(self.namespace))
  852. cmd.append('--confirm')
  853. return self.openshift_cmd(cmd)
  854. def _run(self, cmds, input_data):
  855. ''' Actually executes the command. This makes mocking easier. '''
  856. curr_env = os.environ.copy()
  857. curr_env.update({'KUBECONFIG': self.kubeconfig})
  858. proc = subprocess.Popen(cmds,
  859. stdin=subprocess.PIPE,
  860. stdout=subprocess.PIPE,
  861. stderr=subprocess.PIPE,
  862. env=curr_env)
  863. stdout, stderr = proc.communicate(input_data)
  864. return proc.returncode, stdout.decode(), stderr.decode()
  865. # pylint: disable=too-many-arguments,too-many-branches
  866. def openshift_cmd(self, cmd, oadm=False, output=False, output_type='json', input_data=None):
  867. '''Base command for oc '''
  868. cmds = [self.oc_binary]
  869. if oadm:
  870. cmds.append('adm')
  871. cmds.extend(cmd)
  872. if self.all_namespaces:
  873. cmds.extend(['--all-namespaces'])
  874. elif self.namespace is not None and self.namespace.lower() not in ['none', 'emtpy']: # E501
  875. cmds.extend(['-n', self.namespace])
  876. rval = {}
  877. results = ''
  878. err = None
  879. if self.verbose:
  880. print(' '.join(cmds))
  881. try:
  882. returncode, stdout, stderr = self._run(cmds, input_data)
  883. except OSError as ex:
  884. returncode, stdout, stderr = 1, '', 'Failed to execute {}: {}'.format(subprocess.list2cmdline(cmds), ex)
  885. rval = {"returncode": returncode,
  886. "results": results,
  887. "cmd": ' '.join(cmds)}
  888. if returncode == 0:
  889. if output:
  890. if output_type == 'json':
  891. try:
  892. rval['results'] = json.loads(stdout)
  893. except ValueError as verr:
  894. if "No JSON object could be decoded" in verr.args:
  895. err = verr.args
  896. elif output_type == 'raw':
  897. rval['results'] = stdout
  898. if self.verbose:
  899. print("STDOUT: {0}".format(stdout))
  900. print("STDERR: {0}".format(stderr))
  901. if err:
  902. rval.update({"err": err,
  903. "stderr": stderr,
  904. "stdout": stdout,
  905. "cmd": cmds})
  906. else:
  907. rval.update({"stderr": stderr,
  908. "stdout": stdout,
  909. "results": {}})
  910. return rval
  911. class Utils(object): # pragma: no cover
  912. ''' utilities for openshiftcli modules '''
  913. @staticmethod
  914. def _write(filename, contents):
  915. ''' Actually write the file contents to disk. This helps with mocking. '''
  916. with open(filename, 'w') as sfd:
  917. sfd.write(contents)
  918. @staticmethod
  919. def create_tmp_file_from_contents(rname, data, ftype='yaml'):
  920. ''' create a file in tmp with name and contents'''
  921. tmp = Utils.create_tmpfile(prefix=rname)
  922. if ftype == 'yaml':
  923. # AUDIT:no-member makes sense here due to ruamel.YAML/PyYAML usage
  924. # pylint: disable=no-member
  925. if hasattr(yaml, 'RoundTripDumper'):
  926. Utils._write(tmp, yaml.dump(data, Dumper=yaml.RoundTripDumper))
  927. else:
  928. Utils._write(tmp, yaml.safe_dump(data, default_flow_style=False))
  929. elif ftype == 'json':
  930. Utils._write(tmp, json.dumps(data))
  931. else:
  932. Utils._write(tmp, data)
  933. # Register cleanup when module is done
  934. atexit.register(Utils.cleanup, [tmp])
  935. return tmp
  936. @staticmethod
  937. def create_tmpfile_copy(inc_file):
  938. '''create a temporary copy of a file'''
  939. tmpfile = Utils.create_tmpfile('lib_openshift-')
  940. Utils._write(tmpfile, open(inc_file).read())
  941. # Cleanup the tmpfile
  942. atexit.register(Utils.cleanup, [tmpfile])
  943. return tmpfile
  944. @staticmethod
  945. def create_tmpfile(prefix='tmp'):
  946. ''' Generates and returns a temporary file name '''
  947. with tempfile.NamedTemporaryFile(prefix=prefix, delete=False) as tmp:
  948. return tmp.name
  949. @staticmethod
  950. def create_tmp_files_from_contents(content, content_type=None):
  951. '''Turn an array of dict: filename, content into a files array'''
  952. if not isinstance(content, list):
  953. content = [content]
  954. files = []
  955. for item in content:
  956. path = Utils.create_tmp_file_from_contents(item['path'] + '-',
  957. item['data'],
  958. ftype=content_type)
  959. files.append({'name': os.path.basename(item['path']),
  960. 'path': path})
  961. return files
  962. @staticmethod
  963. def cleanup(files):
  964. '''Clean up on exit '''
  965. for sfile in files:
  966. if os.path.exists(sfile):
  967. if os.path.isdir(sfile):
  968. shutil.rmtree(sfile)
  969. elif os.path.isfile(sfile):
  970. os.remove(sfile)
  971. @staticmethod
  972. def exists(results, _name):
  973. ''' Check to see if the results include the name '''
  974. if not results:
  975. return False
  976. if Utils.find_result(results, _name):
  977. return True
  978. return False
  979. @staticmethod
  980. def find_result(results, _name):
  981. ''' Find the specified result by name'''
  982. rval = None
  983. for result in results:
  984. if 'metadata' in result and result['metadata']['name'] == _name:
  985. rval = result
  986. break
  987. return rval
  988. @staticmethod
  989. def get_resource_file(sfile, sfile_type='yaml'):
  990. ''' return the service file '''
  991. contents = None
  992. with open(sfile) as sfd:
  993. contents = sfd.read()
  994. if sfile_type == 'yaml':
  995. # AUDIT:no-member makes sense here due to ruamel.YAML/PyYAML usage
  996. # pylint: disable=no-member
  997. if hasattr(yaml, 'RoundTripLoader'):
  998. contents = yaml.load(contents, yaml.RoundTripLoader)
  999. else:
  1000. contents = yaml.safe_load(contents)
  1001. elif sfile_type == 'json':
  1002. contents = json.loads(contents)
  1003. return contents
  1004. @staticmethod
  1005. def filter_versions(stdout):
  1006. ''' filter the oc version output '''
  1007. version_dict = {}
  1008. version_search = ['oc', 'openshift', 'kubernetes']
  1009. for line in stdout.strip().split('\n'):
  1010. for term in version_search:
  1011. if not line:
  1012. continue
  1013. if line.startswith(term):
  1014. version_dict[term] = line.split()[-1]
  1015. # horrible hack to get openshift version in Openshift 3.2
  1016. # By default "oc version in 3.2 does not return an "openshift" version
  1017. if "openshift" not in version_dict:
  1018. version_dict["openshift"] = version_dict["oc"]
  1019. return version_dict
  1020. @staticmethod
  1021. def add_custom_versions(versions):
  1022. ''' create custom versions strings '''
  1023. versions_dict = {}
  1024. for tech, version in versions.items():
  1025. # clean up "-" from version
  1026. if "-" in version:
  1027. version = version.split("-")[0]
  1028. if version.startswith('v'):
  1029. versions_dict[tech + '_numeric'] = version[1:].split('+')[0]
  1030. # "v3.3.0.33" is what we have, we want "3.3"
  1031. versions_dict[tech + '_short'] = version[1:4]
  1032. return versions_dict
  1033. @staticmethod
  1034. def openshift_installed():
  1035. ''' check if openshift is installed '''
  1036. import yum
  1037. yum_base = yum.YumBase()
  1038. if yum_base.rpmdb.searchNevra(name='atomic-openshift'):
  1039. return True
  1040. return False
  1041. # Disabling too-many-branches. This is a yaml dictionary comparison function
  1042. # pylint: disable=too-many-branches,too-many-return-statements,too-many-statements
  1043. @staticmethod
  1044. def check_def_equal(user_def, result_def, skip_keys=None, debug=False):
  1045. ''' Given a user defined definition, compare it with the results given back by our query. '''
  1046. # Currently these values are autogenerated and we do not need to check them
  1047. skip = ['metadata', 'status']
  1048. if skip_keys:
  1049. skip.extend(skip_keys)
  1050. for key, value in result_def.items():
  1051. if key in skip:
  1052. continue
  1053. # Both are lists
  1054. if isinstance(value, list):
  1055. if key not in user_def:
  1056. if debug:
  1057. print('User data does not have key [%s]' % key)
  1058. print('User data: %s' % user_def)
  1059. return False
  1060. if not isinstance(user_def[key], list):
  1061. if debug:
  1062. print('user_def[key] is not a list key=[%s] user_def[key]=%s' % (key, user_def[key]))
  1063. return False
  1064. if len(user_def[key]) != len(value):
  1065. if debug:
  1066. print("List lengths are not equal.")
  1067. print("key=[%s]: user_def[%s] != value[%s]" % (key, len(user_def[key]), len(value)))
  1068. print("user_def: %s" % user_def[key])
  1069. print("value: %s" % value)
  1070. return False
  1071. for values in zip(user_def[key], value):
  1072. if isinstance(values[0], dict) and isinstance(values[1], dict):
  1073. if debug:
  1074. print('sending list - list')
  1075. print(type(values[0]))
  1076. print(type(values[1]))
  1077. result = Utils.check_def_equal(values[0], values[1], skip_keys=skip_keys, debug=debug)
  1078. if not result:
  1079. print('list compare returned false')
  1080. return False
  1081. elif value != user_def[key]:
  1082. if debug:
  1083. print('value should be identical')
  1084. print(user_def[key])
  1085. print(value)
  1086. return False
  1087. # recurse on a dictionary
  1088. elif isinstance(value, dict):
  1089. if key not in user_def:
  1090. if debug:
  1091. print("user_def does not have key [%s]" % key)
  1092. return False
  1093. if not isinstance(user_def[key], dict):
  1094. if debug:
  1095. print("dict returned false: not instance of dict")
  1096. return False
  1097. # before passing ensure keys match
  1098. api_values = set(value.keys()) - set(skip)
  1099. user_values = set(user_def[key].keys()) - set(skip)
  1100. if api_values != user_values:
  1101. if debug:
  1102. print("keys are not equal in dict")
  1103. print(user_values)
  1104. print(api_values)
  1105. return False
  1106. result = Utils.check_def_equal(user_def[key], value, skip_keys=skip_keys, debug=debug)
  1107. if not result:
  1108. if debug:
  1109. print("dict returned false")
  1110. print(result)
  1111. return False
  1112. # Verify each key, value pair is the same
  1113. else:
  1114. if key not in user_def or value != user_def[key]:
  1115. if debug:
  1116. print("value not equal; user_def does not have key")
  1117. print(key)
  1118. print(value)
  1119. if key in user_def:
  1120. print(user_def[key])
  1121. return False
  1122. if debug:
  1123. print('returning true')
  1124. return True
  1125. class OpenShiftCLIConfig(object):
  1126. '''Generic Config'''
  1127. def __init__(self, rname, namespace, kubeconfig, options):
  1128. self.kubeconfig = kubeconfig
  1129. self.name = rname
  1130. self.namespace = namespace
  1131. self._options = options
  1132. @property
  1133. def config_options(self):
  1134. ''' return config options '''
  1135. return self._options
  1136. def to_option_list(self):
  1137. '''return all options as a string'''
  1138. return self.stringify()
  1139. def stringify(self):
  1140. ''' return the options hash as cli params in a string '''
  1141. rval = []
  1142. for key in sorted(self.config_options.keys()):
  1143. data = self.config_options[key]
  1144. if data['include'] \
  1145. and (data['value'] or isinstance(data['value'], int)):
  1146. rval.append('--{}={}'.format(key.replace('_', '-'), data['value']))
  1147. return rval
  1148. # -*- -*- -*- End included fragment: lib/base.py -*- -*- -*-
  1149. # -*- -*- -*- Begin included fragment: class/oc_adm_manage_node.py -*- -*- -*-
  1150. class ManageNodeException(Exception):
  1151. ''' manage-node exception class '''
  1152. pass
  1153. class ManageNodeConfig(OpenShiftCLIConfig):
  1154. ''' ManageNodeConfig is a DTO for the manage-node command.'''
  1155. def __init__(self, kubeconfig, node_options):
  1156. super(ManageNodeConfig, self).__init__(None, None, kubeconfig, node_options)
  1157. # pylint: disable=too-many-instance-attributes
  1158. class ManageNode(OpenShiftCLI):
  1159. ''' Class to wrap the oc command line tools '''
  1160. # pylint allows 5
  1161. # pylint: disable=too-many-arguments
  1162. def __init__(self,
  1163. config,
  1164. verbose=False):
  1165. ''' Constructor for ManageNode '''
  1166. super(ManageNode, self).__init__(None, kubeconfig=config.kubeconfig, verbose=verbose)
  1167. self.config = config
  1168. def evacuate(self):
  1169. ''' formulate the params and run oadm manage-node '''
  1170. return self._evacuate(node=self.config.config_options['node']['value'],
  1171. selector=self.config.config_options['selector']['value'],
  1172. pod_selector=self.config.config_options['pod_selector']['value'],
  1173. dry_run=self.config.config_options['dry_run']['value'],
  1174. grace_period=self.config.config_options['grace_period']['value'],
  1175. force=self.config.config_options['force']['value'],
  1176. )
  1177. def get_nodes(self, node=None, selector=''):
  1178. '''perform oc get node'''
  1179. _node = None
  1180. _sel = None
  1181. if node:
  1182. _node = node
  1183. if selector:
  1184. _sel = selector
  1185. results = self._get('node', name=_node, selector=_sel)
  1186. if results['returncode'] != 0:
  1187. return results
  1188. nodes = []
  1189. items = None
  1190. if results['results'][0]['kind'] == 'List':
  1191. items = results['results'][0]['items']
  1192. else:
  1193. items = results['results']
  1194. for node in items:
  1195. _node = {}
  1196. _node['name'] = node['metadata']['name']
  1197. _node['schedulable'] = True
  1198. if 'unschedulable' in node['spec']:
  1199. _node['schedulable'] = False
  1200. nodes.append(_node)
  1201. return nodes
  1202. def get_pods_from_node(self, node, pod_selector=None):
  1203. '''return pods for a node'''
  1204. results = self._list_pods(node=[node], pod_selector=pod_selector)
  1205. if results['returncode'] != 0:
  1206. return results
  1207. # When a selector or node is matched it is returned along with the json.
  1208. # We are going to split the results based on the regexp and then
  1209. # load the json for each matching node.
  1210. # Before we return we are going to loop over the results and pull out the node names.
  1211. # {'node': [pod, pod], 'node': [pod, pod]}
  1212. # 3.2 includes the following lines in stdout: "Listing matched pods on node:"
  1213. all_pods = []
  1214. if "Listing matched" in results['results']:
  1215. listing_match = re.compile('\n^Listing matched.*$\n', flags=re.MULTILINE)
  1216. pods = listing_match.split(results['results'])
  1217. for pod in pods:
  1218. if pod:
  1219. all_pods.extend(json.loads(pod)['items'])
  1220. # 3.3 specific
  1221. else:
  1222. # this is gross but I filed a bug...
  1223. # https://bugzilla.redhat.com/show_bug.cgi?id=1381621
  1224. # build our own json from the output.
  1225. all_pods = json.loads(results['results'])['items']
  1226. return all_pods
  1227. def list_pods(self):
  1228. ''' run oadm manage-node --list-pods'''
  1229. _nodes = self.config.config_options['node']['value']
  1230. _selector = self.config.config_options['selector']['value']
  1231. _pod_selector = self.config.config_options['pod_selector']['value']
  1232. if not _nodes:
  1233. _nodes = self.get_nodes(selector=_selector)
  1234. else:
  1235. _nodes = [{'name': name} for name in _nodes]
  1236. all_pods = {}
  1237. for node in _nodes:
  1238. results = self.get_pods_from_node(node['name'], pod_selector=_pod_selector)
  1239. if isinstance(results, dict):
  1240. return results
  1241. all_pods[node['name']] = results
  1242. results = {}
  1243. results['nodes'] = all_pods
  1244. results['returncode'] = 0
  1245. return results
  1246. def schedulable(self):
  1247. '''oadm manage-node call for making nodes unschedulable'''
  1248. nodes = self.config.config_options['node']['value']
  1249. selector = self.config.config_options['selector']['value']
  1250. if not nodes:
  1251. nodes = self.get_nodes(selector=selector)
  1252. else:
  1253. tmp_nodes = []
  1254. for name in nodes:
  1255. tmp_result = self.get_nodes(name)
  1256. if isinstance(tmp_result, dict):
  1257. tmp_nodes.append(tmp_result)
  1258. continue
  1259. tmp_nodes.extend(tmp_result)
  1260. nodes = tmp_nodes
  1261. # This is a short circuit based on the way we fetch nodes.
  1262. # If node is a dict/list then we've already fetched them.
  1263. for node in nodes:
  1264. if isinstance(node, dict) and 'returncode' in node:
  1265. return {'results': nodes, 'returncode': node['returncode']}
  1266. if isinstance(node, list) and 'returncode' in node[0]:
  1267. return {'results': nodes, 'returncode': node[0]['returncode']}
  1268. # check all the nodes that were returned and verify they are:
  1269. # node['schedulable'] == self.config.config_options['schedulable']['value']
  1270. if any([node['schedulable'] != self.config.config_options['schedulable']['value'] for node in nodes]):
  1271. results = self._schedulable(node=self.config.config_options['node']['value'],
  1272. selector=self.config.config_options['selector']['value'],
  1273. schedulable=self.config.config_options['schedulable']['value'])
  1274. # 'NAME STATUS AGE\\nip-172-31-49-140.ec2.internal Ready 4h\\n' # E501
  1275. # normalize formatting with previous return objects
  1276. if results['results'].startswith('NAME'):
  1277. nodes = []
  1278. # removing header line and trailing new line character of node lines
  1279. for node_results in results['results'].split('\n')[1:-1]:
  1280. parts = node_results.split()
  1281. nodes.append({'name': parts[0], 'schedulable': parts[1] == 'Ready'})
  1282. results['nodes'] = nodes
  1283. return results
  1284. results = {}
  1285. results['returncode'] = 0
  1286. results['changed'] = False
  1287. results['nodes'] = nodes
  1288. return results
  1289. @staticmethod
  1290. def run_ansible(params, check_mode):
  1291. '''run the idempotent ansible code'''
  1292. nconfig = ManageNodeConfig(params['kubeconfig'],
  1293. {'node': {'value': params['node'], 'include': True},
  1294. 'selector': {'value': params['selector'], 'include': True},
  1295. 'pod_selector': {'value': params['pod_selector'], 'include': True},
  1296. 'schedulable': {'value': params['schedulable'], 'include': True},
  1297. 'list_pods': {'value': params['list_pods'], 'include': True},
  1298. 'evacuate': {'value': params['evacuate'], 'include': True},
  1299. 'dry_run': {'value': params['dry_run'], 'include': True},
  1300. 'force': {'value': params['force'], 'include': True},
  1301. 'grace_period': {'value': params['grace_period'], 'include': True},
  1302. })
  1303. oadm_mn = ManageNode(nconfig)
  1304. # Run the oadm manage-node commands
  1305. results = None
  1306. changed = False
  1307. if params['schedulable'] != None:
  1308. if check_mode:
  1309. # schedulable returns results after the fact.
  1310. # We need to redo how this works to support check_mode completely.
  1311. return {'changed': True, 'msg': 'CHECK_MODE: would have called schedulable.'}
  1312. results = oadm_mn.schedulable()
  1313. if 'changed' not in results:
  1314. changed = True
  1315. if params['evacuate']:
  1316. results = oadm_mn.evacuate()
  1317. changed = True
  1318. elif params['list_pods']:
  1319. results = oadm_mn.list_pods()
  1320. if not results or results['returncode'] != 0:
  1321. return {'failed': True, 'msg': results}
  1322. return {'changed': changed, 'results': results, 'state': "present"}
  1323. # -*- -*- -*- End included fragment: class/oc_adm_manage_node.py -*- -*- -*-
  1324. # -*- -*- -*- Begin included fragment: ansible/oc_adm_manage_node.py -*- -*- -*-
  1325. def main():
  1326. '''
  1327. ansible oadm module for manage-node
  1328. '''
  1329. module = AnsibleModule(
  1330. argument_spec=dict(
  1331. debug=dict(default=False, type='bool'),
  1332. kubeconfig=dict(default='/etc/origin/master/admin.kubeconfig', type='str'),
  1333. node=dict(default=None, type='list'),
  1334. selector=dict(default=None, type='str'),
  1335. pod_selector=dict(default=None, type='str'),
  1336. schedulable=dict(default=None, type='bool'),
  1337. list_pods=dict(default=False, type='bool'),
  1338. evacuate=dict(default=False, type='bool'),
  1339. dry_run=dict(default=False, type='bool'),
  1340. force=dict(default=False, type='bool'),
  1341. grace_period=dict(default=None, type='int'),
  1342. ),
  1343. mutually_exclusive=[["selector", "node"], ['evacuate', 'list_pods'], ['list_pods', 'schedulable']],
  1344. required_one_of=[["node", "selector"]],
  1345. supports_check_mode=True,
  1346. )
  1347. results = ManageNode.run_ansible(module.params, module.check_mode)
  1348. if 'failed' in results:
  1349. module.fail_json(**results)
  1350. module.exit_json(**results)
  1351. if __name__ == "__main__":
  1352. main()
  1353. # -*- -*- -*- End included fragment: ansible/oc_adm_manage_node.py -*- -*- -*-